| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: remove sscanf extension %as | Irina Tirdea | 2012-09-24 | 1 | -10/+8 |
* | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 2012-09-11 | 1 | -2/+2 |
* | perf script: Fix a NULL pointer dereference | Namhyung Kim | 2012-08-14 | 1 | -1/+1 |
* | perf script: Stop using pevent directly | Arnaldo Carvalho de Melo | 2012-08-08 | 1 | -2/+2 |
* | perf evsel: Cache associated event_format | Arnaldo Carvalho de Melo | 2012-08-08 | 1 | -11/+15 |
* | Merge branch 'linus' into perf/core | Ingo Molnar | 2012-07-18 | 1 | -2/+1 |
|\ |
|
| * | perf script: Fix format regression due to libtraceevent merge | David Ahern | 2012-07-02 | 1 | -2/+1 |
* | | perf tools: Stop using a global trace events description list | Arnaldo Carvalho de Melo | 2012-06-27 | 1 | -32/+26 |
|/ |
|
* | parse-events: Rename struct record to struct pevent_record | Steven Rostedt | 2012-04-25 | 1 | -4/+4 |
* | perf/events: Add flag to produce nsec output | Steven Rostedt | 2012-04-25 | 1 | -0/+1 |
* | perf: Have perf use the new libtraceevent.a library | Steven Rostedt | 2012-04-25 | 1 | -5/+345 |
* | perf: Separate out trace-cmd parse-events from perf files | Steven Rostedt | 2012-04-25 | 1 | -3135/+0 |
* | perf tools: Simplify event_read_id exit path | Borislav Petkov | 2012-03-22 | 1 | -6/+4 |
* | perf tools: Allow expressions in __print_symbolic() fields | Stefan Hajnoczi | 2012-02-17 | 1 | -0/+12 |
* | perf tools: Remove unnecessary ctype.h inclusion | Namhyung Kim | 2012-01-30 | 1 | -1/+0 |
* | perf tools: Fix broken build by defining _GNU_SOURCE in Makefile | David Daney | 2012-01-24 | 1 | -2/+1 |
* | perf: Fix parsing of __print_flags() in TP_printk() | Steven Rostedt | 2011-11-07 | 1 | -0/+2 |
* | rcu: Use softirq to address performance regression | Shaohua Li | 2011-06-15 | 1 | -0/+1 |
* | rcu: move TREE_RCU from softirq to kthread | Paul E. McKenney | 2011-05-06 | 1 | -1/+0 |
* | perf script: Move printing of 'common' data from print_event and rename | David Ahern | 2011-03-14 | 1 | -39/+10 |
* | perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parse | David Ahern | 2011-03-14 | 1 | -63/+2 |
* | perf tool: Fix gcc 4.6.0 issues | Kyle McMartin | 2011-02-07 | 1 | -1/+1 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-18 | 1 | -94/+24 |
|\ |
|
| * | perf: Fix warning while reading ring buffer headers | Frederic Weisbecker | 2010-05-01 | 1 | -89/+0 |
| * | perf: Fix dynamic field detection | Thomas Gleixner | 2010-04-15 | 1 | -1/+1 |
| * | 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: Fix static strings treated like dynamic ones | Frederic Weisbecker | 2010-05-11 | 1 | -1/+1 |
|/ |
|
* | 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 |