aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-parse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-94/+24
|\
| * perf: Fix warning while reading ring buffer headersFrederic Weisbecker2010-05-011-89/+0
| * perf: Fix dynamic field detectionThomas Gleixner2010-04-151-1/+1
| * perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-141-1/+1
| * perf trace: Ignore "overwrite" field if present in /events/header_pageArnaldo Carvalho de Melo2010-04-081-15/+34
* | perf: Fix static strings treated like dynamic onesFrederic Weisbecker2010-05-111-1/+1
|/
* perf/scripts: Move common code out of Perl-specific filesTom Zanussi2010-02-231-0/+15
* perf tools: Add __data_loc supportHitoshi Mitake2010-01-311-0/+9
* perf tools: Correct size given to memsetJulia Lawall2009-12-101-1/+1
* perf tools: Misc small fixesOGAWA Hirofumi2009-12-061-1/+1
* perf trace: Add interface to access perf data from Perl handlersTom Zanussi2009-11-281-3/+3
* perf trace: Add Perl scripting supportTom Zanussi2009-11-281-5/+13
* perf trace: Add flag/symbolic format_flagsTom Zanussi2009-11-281-0/+17
* perf tools: Add 'signed' flag setting back into trace-event-parse.cTom Zanussi2009-11-251-1/+2
* perf tools: Use strsep() over strtok_r() for parsing single lineSteven Rostedt2009-10-211-3/+6
* perf tools: Remove all char * typecasts and use const in prototypeSteven Rostedt2009-10-151-61/+61
* perf tools: Handle - and + in parsing trace print formatSteven Rostedt2009-10-151-0/+6
* perf tools: Add latency format to trace outputSteven Rostedt2009-10-151-19/+101
* perf tools: Handle both versions of ftrace outputSteven Rostedt2009-10-151-1/+4
* perf tools: Fix bprintk reading in trace outputSteven Rostedt2009-10-151-8/+7
* perf tools: Still continue on failed parsing of an eventSteven Rostedt2009-10-151-11/+27
* perf tools: Handle the case with and without the "signed" trace fieldSteven Rostedt2009-10-151-29/+52
* perf tools: Handle newlines in trace parsing betterSteven Rostedt2009-10-151-1/+7
* perf tools: Handle * as typecast in trace parsingSteven Rostedt2009-10-151-28/+22
* perf tools: Handle arrays in print fields for trace parsingSteven Rostedt2009-10-151-0/+62
* perf tools: Handle trace parsing of < and >Steven Rostedt2009-10-151-0/+2
* perf tools: Fix backslash processing on trace print formatsSteven Rostedt2009-10-151-2/+25
* perf tools: Handle print concatenations in event format fileSteven Rostedt2009-10-151-0/+16
* Merge branch 'linus' into perf/coreIngo Molnar2009-10-151-4/+4
|\
| * perf tools: Fix const char type propagationRandy Dunlap2009-10-121-4/+4
* | perf trace: Add string/dynamic cases to format_flagsTom Zanussi2009-10-061-0/+24
* | perf trace: Add subsystem string to struct eventTom Zanussi2009-10-061-1/+3
* | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-061-0/+24
|/
* perf trace: Update eval_flag() flags array to match interrupt.hTom Zanussi2009-10-061-4/+5
* perf tools: Implement counter output multiplexingIngo Molnar2009-09-141-2/+4
* perf sched: Fix bad event alignmentFrederic Weisbecker2009-09-131-0/+23
* perf sched: Import schedbench.cIngo Molnar2009-09-131-8/+8
* perf trace: Print out in nanosecondsIngo Molnar2009-09-031-2/+2
* perf tools: Work around strict aliasing related warningsIngo Molnar2009-09-021-6/+6
* perf tools: Complete support for dynamic stringsFrederic Weisbecker2009-08-311-2/+14
* perf tools: Fix missing string field printing in perf traceFrederic Weisbecker2009-08-281-0/+1
* perf tools: Only save the event formats we needFrederic Weisbecker2009-08-281-0/+1
* perf tools: Make trace event format parser aware of cast to pointersFrederic Weisbecker2009-08-181-4/+27
* perf tools: Add trace event information parserSteven Rostedt2009-08-171-0/+2905