aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-parse.c
AgeCommit message (Expand)Author
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-11perf: Fix static strings treated like dynamic onesFrederic Weisbecker
2010-05-01perf: Fix warning while reading ring buffer headersFrederic Weisbecker
2010-04-15perf: Fix dynamic field detectionThomas Gleixner
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-04-08perf trace: Ignore "overwrite" field if present in /events/header_pageArnaldo Carvalho de Melo
2010-02-23perf/scripts: Move common code out of Perl-specific filesTom Zanussi
2010-01-31perf tools: Add __data_loc supportHitoshi Mitake
2009-12-10perf tools: Correct size given to memsetJulia Lawall
2009-12-06perf tools: Misc small fixesOGAWA Hirofumi
2009-11-28perf trace: Add interface to access perf data from Perl handlersTom Zanussi
2009-11-28perf trace: Add Perl scripting supportTom Zanussi
2009-11-28perf trace: Add flag/symbolic format_flagsTom Zanussi
2009-11-25perf tools: Add 'signed' flag setting back into trace-event-parse.cTom Zanussi
2009-10-21perf tools: Use strsep() over strtok_r() for parsing single lineSteven Rostedt
2009-10-15perf tools: Remove all char * typecasts and use const in prototypeSteven Rostedt
2009-10-15perf tools: Handle - and + in parsing trace print formatSteven Rostedt
2009-10-15perf tools: Add latency format to trace outputSteven Rostedt
2009-10-15perf tools: Handle both versions of ftrace outputSteven Rostedt
2009-10-15perf tools: Fix bprintk reading in trace outputSteven Rostedt
2009-10-15perf tools: Still continue on failed parsing of an eventSteven Rostedt
2009-10-15perf tools: Handle the case with and without the "signed" trace fieldSteven Rostedt
2009-10-15perf tools: Handle newlines in trace parsing betterSteven Rostedt
2009-10-15perf tools: Handle * as typecast in trace parsingSteven Rostedt
2009-10-15perf tools: Handle arrays in print fields for trace parsingSteven Rostedt
2009-10-15perf tools: Handle trace parsing of < and >Steven Rostedt
2009-10-15perf tools: Fix backslash processing on trace print formatsSteven Rostedt
2009-10-15perf tools: Handle print concatenations in event format fileSteven Rostedt
2009-10-15Merge branch 'linus' into perf/coreIngo Molnar
2009-10-12perf tools: Fix const char type propagationRandy Dunlap
2009-10-06perf trace: Add string/dynamic cases to format_flagsTom Zanussi
2009-10-06perf trace: Add subsystem string to struct eventTom Zanussi
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi
2009-10-06perf trace: Update eval_flag() flags array to match interrupt.hTom Zanussi
2009-09-14perf tools: Implement counter output multiplexingIngo Molnar
2009-09-13perf sched: Fix bad event alignmentFrederic Weisbecker
2009-09-13perf sched: Import schedbench.cIngo Molnar
2009-09-03perf trace: Print out in nanosecondsIngo Molnar
2009-09-02perf tools: Work around strict aliasing related warningsIngo Molnar
2009-08-31perf tools: Complete support for dynamic stringsFrederic Weisbecker
2009-08-28perf tools: Fix missing string field printing in perf traceFrederic Weisbecker
2009-08-28perf tools: Only save the event formats we needFrederic Weisbecker
2009-08-18perf tools: Make trace event format parser aware of cast to pointersFrederic Weisbecker
2009-08-17perf tools: Add trace event information parserSteven Rostedt