[PATCH v9 8/8] Add 32 bit VDSO time support for 64 bit kernel (1 reply)
From: Stefani Seibold <stefani@seibold.net> This patch add the VDSO time support for the IA32 Emulation Layer. Due the nature of the kernel headers and the LP64 compiler where the size of a long...
View Article[PATCH v9 5/8] replace VVAR(vsyscall_gtod_data) by gtod macro (no replies)
From: Stefani Seibold <stefani@seibold.net> There a currently more than 30 users of the gtod macro, so replace the last VVAR(vsyscall_gtod_data) by gtod macro. Signed-off-by: Stefani Seibold...
View Article[PATCH v9 1/8] Make vsyscall_gtod_data handling x86 generic (no replies)
From: Stefani Seibold <stefani@seibold.net> This patch move the vsyscall_gtod_data handling out of vsyscall_64.c into an additonal file vsyscall_gtod.c to make the functionality available for...
View Article[PATCH v9 6/8] cleanup __vdso_gettimeofday (no replies)
From: Stefani Seibold <stefani@seibold.net> This patch do a little cleanup for the __vdso_gettimeofday() function. It kick out an unneeded ret local variable and makes the code faster if only...
View Article[PATCH v9 4/8] vclock_gettime.c __vdso_clock_gettime cleanup (no replies)
From: Stefani Seibold <stefani@seibold.net> This patch is a small code cleanup for the __vdso_clock_gettime() function. It removes the unneeded return values from do_monotonic_coarse() and...
View Article[PATCH v9 0/8] Add 32 bit VDSO time function support (no replies)
From: Stefani Seibold <stefani@seibold.net> This patch add the functions vdso_gettimeofday(), vdso_clock_gettime() and vdso_time() to the 32 bit VDSO. The reason to do this was to get a fast...
View Article[PATCH 21/22] perf tools: Add raw info into hist entry (no replies)
Adding support to store raw info into hist entry, so we could use it for entries sorting and display. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford...
View Article[PATCH 19/22] perf tools: Add local hists sort entry list (no replies)
Adding sort_entry list local to 'struct hists'. This way we could setup specific sort entries for separate hists. This is going to be used for tracepoints fields view in following patch....
View Article[PATCH 18/22] perf tools: Factor sort entries loops (no replies)
Factoring sort entries loops so we could transparently iterate over hists' specific list of sort entries. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford...
View Article[PATCH 16/22] tools lib traceevent: Make the name output optional in...
Making the name output optional in pevent_field_info function. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Frederic Weisbecker...
View Article[PATCH 17/22] tools lib traceevent: Add pevent_field_cmp function (no replies)
Adding pevent_field_cmp function to compare 2 fields data, the interface is: int pevent_field_cmp(struct format_field *a_field, struct format_field *b_field, void *a_data, int a_size, void *b_data,...
View Article[PATCH 15/22] tools lib traceevent: Factor print_event_fields function (no...
Factoring print_event_fields function and adding pevent_field_info function that is used later in comming patches. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford...
View ArticleRe: [RFC 00/22] perf tools: Display tracepoint enahncements (no replies)
On Sun, Feb 02, 2014 at 10:38:48PM +0100, Jiri Olsa wrote: > hi, > sending out tracepoint (mostly) events display enahncements. forgot to mention.. the branch is in here:...
View Article[PATCH 09/22] perf tools: Factor ui_browser ops out of ui_browser struct (no...
Separating ops out of 'struct ui_browser' into 'struct ui_browser_ops'. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Frederic Weisbecker...
View Article[PATCH 10/22] perf tools: Add header callback into ui_browser_ops struct (no...
Adding header callback into 'struct ui_browser_ops', the prototype is: unsigned int (*header)(struct ui_browser *browser); It's called before the refresh callback under the same lock. It's going to be...
View Article[PATCH 08/22] perf tools: Implement selected logic for time sort entry (no...
Display delta time from the selected entry. Implemented only for the TUI browser. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Frederic...
View Article[PATCH 05/22] perf tools: Add sort_entry struct into sort entries callbacks...
Adding 'struct sort_entry' to all its callback as the first parameter. This will be usefull for dynamic sort entries to get specific data. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey...
View Article[PATCH 01/22] perf tools: Fix memory leak in event_format__print function (no...
Properly destroying trace_seq object. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc:...
View Article[PATCH 02/22] perf tools: Add time sort entry (no replies)
Adding time sort entry. It's mainly for displaying the time for entries for --list display in following patch. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford...
View Article[RFC 00/22] perf tools: Display tracepoint enahncements (no replies)
hi, sending out tracepoint (mostly) events display enahncements. * adding the '--tp' option for report command to show tracepoint related info. Use can specify following switches: fields: shows...
View Article