aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-parse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-15perf tools: Add latency format to trace outputSteven Rostedt1-19/+101
2009-10-15perf tools: Handle both versions of ftrace outputSteven Rostedt1-1/+4
2009-10-15perf tools: Fix bprintk reading in trace outputSteven Rostedt1-8/+7
2009-10-15perf tools: Still continue on failed parsing of an eventSteven Rostedt1-11/+27
2009-10-15perf tools: Handle the case with and without the "signed" trace fieldSteven Rostedt1-29/+52
2009-10-15perf tools: Handle newlines in trace parsing betterSteven Rostedt1-1/+7
2009-10-15perf tools: Handle * as typecast in trace parsingSteven Rostedt1-28/+22
2009-10-15perf tools: Handle arrays in print fields for trace parsingSteven Rostedt1-0/+62
2009-10-15perf tools: Handle trace parsing of < and >Steven Rostedt1-0/+2
2009-10-15perf tools: Fix backslash processing on trace print formatsSteven Rostedt1-2/+25
2009-10-15perf tools: Handle print concatenations in event format fileSteven Rostedt1-0/+16
2009-10-15Merge branch 'linus' into perf/coreIngo Molnar1-4/+4
2009-10-12perf tools: Fix const char type propagationRandy Dunlap1-4/+4
2009-10-06perf trace: Add string/dynamic cases to format_flagsTom Zanussi1-0/+24
2009-10-06perf trace: Add subsystem string to struct eventTom Zanussi1-1/+3
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi1-0/+24
2009-10-06perf trace: Update eval_flag() flags array to match interrupt.hTom Zanussi1-4/+5
2009-09-14perf tools: Implement counter output multiplexingIngo Molnar1-2/+4
2009-09-13perf sched: Fix bad event alignmentFrederic Weisbecker1-0/+23
2009-09-13perf sched: Import schedbench.cIngo Molnar1-8/+8
2009-09-03perf trace: Print out in nanosecondsIngo Molnar1-2/+2
2009-09-02perf tools: Work around strict aliasing related warningsIngo Molnar1-6/+6
2009-08-31perf tools: Complete support for dynamic stringsFrederic Weisbecker1-2/+14
2009-08-28perf tools: Fix missing string field printing in perf traceFrederic Weisbecker1-0/+1
2009-08-28perf tools: Only save the event formats we needFrederic Weisbecker1-0/+1
2009-08-18perf tools: Make trace event format parser aware of cast to pointersFrederic Weisbecker1-4/+27
2009-08-17perf tools: Add trace event information parserSteven Rostedt1-0/+2905