aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-parse.c
AgeCommit message (Expand)Author
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