Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / tools / perf / util / trace-event-parse.c
2010-05-11 Frederic Weisbeckerperf: Fix static strings treated like dynamic ones
2010-02-23 Tom Zanussiperf/scripts: Move common code out of Perl-specific...
2010-01-31 Hitoshi Mitakeperf tools: Add __data_loc support
2009-12-10 Julia Lawallperf tools: Correct size given to memset
2009-12-06 OGAWA Hirofumiperf tools: Misc small fixes
2009-11-28 Tom Zanussiperf trace: Add interface to access perf data from...
2009-11-28 Tom Zanussiperf trace: Add Perl scripting support
2009-11-28 Tom Zanussiperf trace: Add flag/symbolic format_flags
2009-11-25 Tom Zanussiperf tools: Add 'signed' flag setting back into trace...
2009-10-21 Steven Rostedtperf tools: Use strsep() over strtok_r() for parsing...
2009-10-16 Ingo MolnarMerge branches 'x86/mce' and 'x86/urgent' into perf/mce
2009-10-15 Steven Rostedtperf tools: Remove all char * typecasts and use const...
2009-10-15 Steven Rostedtperf tools: Handle - and + in parsing trace print format
2009-10-15 Steven Rostedtperf tools: Add latency format to trace output
2009-10-15 Steven Rostedtperf tools: Handle both versions of ftrace output
2009-10-15 Steven Rostedtperf tools: Fix bprintk reading in trace output
2009-10-15 Steven Rostedtperf tools: Still continue on failed parsing of an...
2009-10-15 Steven Rostedtperf tools: Handle the case with and without the "signe...
2009-10-15 Steven Rostedtperf tools: Handle newlines in trace parsing better
2009-10-15 Steven Rostedtperf tools: Handle * as typecast in trace parsing
2009-10-15 Steven Rostedtperf tools: Handle arrays in print fields for trace...
2009-10-15 Steven Rostedtperf tools: Handle trace parsing of < and >
2009-10-15 Steven Rostedtperf tools: Fix backslash processing on trace print...
2009-10-15 Steven Rostedtperf tools: Handle print concatenations in event format...
2009-10-15 Ingo MolnarMerge branch 'linus' into perf/core
2009-10-12 Randy Dunlapperf tools: Fix const char type propagation
2009-10-06 Tom Zanussiperf trace: Add string/dynamic cases to format_flags
2009-10-06 Tom Zanussiperf trace: Add subsystem string to struct event
2009-10-06 Tom Zanussitracing/events: Add 'signed' field to format files
2009-10-06 Tom Zanussiperf trace: Update eval_flag() flags array to match...
2009-09-14 Ingo Molnarperf tools: Implement counter output multiplexing
2009-09-13 Frederic Weisbeckerperf sched: Fix bad event alignment
2009-09-13 Ingo Molnarperf sched: Import schedbench.c
2009-09-03 Ingo Molnarperf trace: Print out in nanoseconds
2009-09-02 Ingo Molnarperf tools: Work around strict aliasing related warnings
2009-08-31 Frederic Weisbeckerperf tools: Complete support for dynamic strings
2009-08-28 Frederic Weisbeckerperf tools: Fix missing string field printing in perf...
2009-08-28 Frederic Weisbeckerperf tools: Only save the event formats we need
2009-08-17 Frederic Weisbeckerperf tools: Make trace event format parser aware of...
2009-08-17 Steven Rostedtperf tools: Add trace event information parser