| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ... | Ian Munsie | 2010-04-14 | 1 | -1/+1 |
* | perf trace: Ignore "overwrite" field if present in /events/header_page | Arnaldo Carvalho de Melo | 2010-04-08 | 1 | -15/+34 |
* | perf/scripts: Move common code out of Perl-specific files | Tom Zanussi | 2010-02-23 | 1 | -0/+15 |
* | perf tools: Add __data_loc support | Hitoshi Mitake | 2010-01-31 | 1 | -0/+9 |
* | perf tools: Correct size given to memset | Julia Lawall | 2009-12-10 | 1 | -1/+1 |
* | perf tools: Misc small fixes | OGAWA Hirofumi | 2009-12-06 | 1 | -1/+1 |
* | perf trace: Add interface to access perf data from Perl handlers | Tom Zanussi | 2009-11-28 | 1 | -3/+3 |
* | perf trace: Add Perl scripting support | Tom Zanussi | 2009-11-28 | 1 | -5/+13 |
* | perf trace: Add flag/symbolic format_flags | Tom Zanussi | 2009-11-28 | 1 | -0/+17 |
* | perf tools: Add 'signed' flag setting back into trace-event-parse.c | Tom Zanussi | 2009-11-25 | 1 | -1/+2 |
* | perf tools: Use strsep() over strtok_r() for parsing single line | Steven Rostedt | 2009-10-21 | 1 | -3/+6 |
* | perf tools: Remove all char * typecasts and use const in prototype | Steven Rostedt | 2009-10-15 | 1 | -61/+61 |
* | perf tools: Handle - and + in parsing trace print format | Steven Rostedt | 2009-10-15 | 1 | -0/+6 |
* | perf tools: Add latency format to trace output | Steven Rostedt | 2009-10-15 | 1 | -19/+101 |
* | perf tools: Handle both versions of ftrace output | Steven Rostedt | 2009-10-15 | 1 | -1/+4 |
* | perf tools: Fix bprintk reading in trace output | Steven Rostedt | 2009-10-15 | 1 | -8/+7 |
* | perf tools: Still continue on failed parsing of an event | Steven Rostedt | 2009-10-15 | 1 | -11/+27 |
* | perf tools: Handle the case with and without the "signed" trace field | Steven Rostedt | 2009-10-15 | 1 | -29/+52 |
* | perf tools: Handle newlines in trace parsing better | Steven Rostedt | 2009-10-15 | 1 | -1/+7 |
* | perf tools: Handle * as typecast in trace parsing | Steven Rostedt | 2009-10-15 | 1 | -28/+22 |
* | perf tools: Handle arrays in print fields for trace parsing | Steven Rostedt | 2009-10-15 | 1 | -0/+62 |
* | perf tools: Handle trace parsing of < and > | Steven Rostedt | 2009-10-15 | 1 | -0/+2 |
* | perf tools: Fix backslash processing on trace print formats | Steven Rostedt | 2009-10-15 | 1 | -2/+25 |
* | perf tools: Handle print concatenations in event format file | Steven Rostedt | 2009-10-15 | 1 | -0/+16 |
* | Merge branch 'linus' into perf/core | Ingo Molnar | 2009-10-15 | 1 | -4/+4 |
|\ |
|
| * | perf tools: Fix const char type propagation | Randy Dunlap | 2009-10-12 | 1 | -4/+4 |
* | | perf trace: Add string/dynamic cases to format_flags | Tom Zanussi | 2009-10-06 | 1 | -0/+24 |
* | | perf trace: Add subsystem string to struct event | Tom Zanussi | 2009-10-06 | 1 | -1/+3 |
* | | tracing/events: Add 'signed' field to format files | Tom Zanussi | 2009-10-06 | 1 | -0/+24 |
|/ |
|
* | perf trace: Update eval_flag() flags array to match interrupt.h | Tom Zanussi | 2009-10-06 | 1 | -4/+5 |
* | perf tools: Implement counter output multiplexing | Ingo Molnar | 2009-09-14 | 1 | -2/+4 |
* | perf sched: Fix bad event alignment | Frederic Weisbecker | 2009-09-13 | 1 | -0/+23 |
* | perf sched: Import schedbench.c | Ingo Molnar | 2009-09-13 | 1 | -8/+8 |
* | perf trace: Print out in nanoseconds | Ingo Molnar | 2009-09-03 | 1 | -2/+2 |
* | perf tools: Work around strict aliasing related warnings | Ingo Molnar | 2009-09-02 | 1 | -6/+6 |
* | perf tools: Complete support for dynamic strings | Frederic Weisbecker | 2009-08-31 | 1 | -2/+14 |
* | perf tools: Fix missing string field printing in perf trace | Frederic Weisbecker | 2009-08-28 | 1 | -0/+1 |
* | perf tools: Only save the event formats we need | Frederic Weisbecker | 2009-08-28 | 1 | -0/+1 |
* | perf tools: Make trace event format parser aware of cast to pointers | Frederic Weisbecker | 2009-08-18 | 1 | -4/+27 |
* | perf tools: Add trace event information parser | Steven Rostedt | 2009-08-17 | 1 | -0/+2905 |