aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-parse.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-14rcu: Use softirq to address performance regressionGravatar Shaohua Li 1-0/+1
2011-05-05rcu: move TREE_RCU from softirq to kthreadGravatar Paul E. McKenney 1-1/+0
2011-03-14perf script: Move printing of 'common' data from print_event and renameGravatar David Ahern 1-39/+10
2011-03-14perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parseGravatar David Ahern 1-63/+2
2011-02-07perf tool: Fix gcc 4.6.0 issuesGravatar Kyle McMartin 1-1/+1
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-94/+24
2010-05-11perf: Fix static strings treated like dynamic onesGravatar Frederic Weisbecker 1-1/+1
2010-05-01perf: Fix warning while reading ring buffer headersGravatar Frederic Weisbecker 1-89/+0
2010-04-15perf: Fix dynamic field detectionGravatar Thomas Gleixner 1-1/+1
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Gravatar Ian Munsie 1-1/+1
2010-04-08perf trace: Ignore "overwrite" field if present in /events/header_pageGravatar Arnaldo Carvalho de Melo 1-15/+34
2010-02-23perf/scripts: Move common code out of Perl-specific filesGravatar Tom Zanussi 1-0/+15
2010-01-31perf tools: Add __data_loc supportGravatar Hitoshi Mitake 1-0/+9
2009-12-10perf tools: Correct size given to memsetGravatar Julia Lawall 1-1/+1
2009-12-06perf tools: Misc small fixesGravatar OGAWA Hirofumi 1-1/+1
2009-11-28perf trace: Add interface to access perf data from Perl handlersGravatar Tom Zanussi 1-3/+3
2009-11-28perf trace: Add Perl scripting supportGravatar Tom Zanussi 1-5/+13
2009-11-28perf trace: Add flag/symbolic format_flagsGravatar Tom Zanussi 1-0/+17
2009-11-25perf tools: Add 'signed' flag setting back into trace-event-parse.cGravatar Tom Zanussi 1-1/+2
2009-10-21perf tools: Use strsep() over strtok_r() for parsing single lineGravatar Steven Rostedt 1-3/+6
2009-10-15perf tools: Remove all char * typecasts and use const in prototypeGravatar Steven Rostedt 1-61/+61
2009-10-15perf tools: Handle - and + in parsing trace print formatGravatar Steven Rostedt 1-0/+6
2009-10-15perf tools: Add latency format to trace outputGravatar Steven Rostedt 1-19/+101
2009-10-15perf tools: Handle both versions of ftrace outputGravatar Steven Rostedt 1-1/+4
2009-10-15perf tools: Fix bprintk reading in trace outputGravatar Steven Rostedt 1-8/+7
2009-10-15perf tools: Still continue on failed parsing of an eventGravatar Steven Rostedt 1-11/+27
2009-10-15perf tools: Handle the case with and without the "signed" trace fieldGravatar Steven Rostedt 1-29/+52
2009-10-15perf tools: Handle newlines in trace parsing betterGravatar Steven Rostedt 1-1/+7
2009-10-15perf tools: Handle * as typecast in trace parsingGravatar Steven Rostedt 1-28/+22
2009-10-15perf tools: Handle arrays in print fields for trace parsingGravatar Steven Rostedt 1-0/+62
2009-10-15perf tools: Handle trace parsing of < and >Gravatar Steven Rostedt 1-0/+2
2009-10-15perf tools: Fix backslash processing on trace print formatsGravatar Steven Rostedt 1-2/+25
2009-10-15perf tools: Handle print concatenations in event format fileGravatar Steven Rostedt 1-0/+16
2009-10-15Merge branch 'linus' into perf/coreGravatar Ingo Molnar 1-4/+4
2009-10-12perf tools: Fix const char type propagationGravatar Randy Dunlap 1-4/+4
2009-10-06perf trace: Add string/dynamic cases to format_flagsGravatar Tom Zanussi 1-0/+24
2009-10-06perf trace: Add subsystem string to struct eventGravatar Tom Zanussi 1-1/+3
2009-10-06tracing/events: Add 'signed' field to format filesGravatar Tom Zanussi 1-0/+24
2009-10-06perf trace: Update eval_flag() flags array to match interrupt.hGravatar Tom Zanussi 1-4/+5
2009-09-14perf tools: Implement counter output multiplexingGravatar Ingo Molnar 1-2/+4
2009-09-13perf sched: Fix bad event alignmentGravatar Frederic Weisbecker 1-0/+23
2009-09-13perf sched: Import schedbench.cGravatar Ingo Molnar 1-8/+8
2009-09-03perf trace: Print out in nanosecondsGravatar Ingo Molnar 1-2/+2
2009-09-02perf tools: Work around strict aliasing related warningsGravatar Ingo Molnar 1-6/+6
2009-08-31perf tools: Complete support for dynamic stringsGravatar Frederic Weisbecker 1-2/+14
2009-08-28perf tools: Fix missing string field printing in perf traceGravatar Frederic Weisbecker 1-0/+1
2009-08-28perf tools: Only save the event formats we needGravatar Frederic Weisbecker 1-0/+1
2009-08-18perf tools: Make trace event format parser aware of cast to pointersGravatar Frederic Weisbecker 1-4/+27
2009-08-17perf tools: Add trace event information parserGravatar Steven Rostedt 1-0/+2905