index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
trace-event-parse.c
Age
Commit message (
Expand
)
Author
2011-03-14
perf script: Move printing of 'common' data from print_event and rename
David Ahern
2011-03-14
perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parse
David Ahern
2011-02-07
perf tool: Fix gcc 4.6.0 issues
Kyle McMartin
2010-05-18
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2010-05-11
perf: Fix static strings treated like dynamic ones
Frederic Weisbecker
2010-05-01
perf: Fix warning while reading ring buffer headers
Frederic Weisbecker
2010-04-14
perf: Fix dynamic field detection
Thomas Gleixner
2010-04-14
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...
Ian Munsie
2010-04-08
perf trace: Ignore "overwrite" field if present in /events/header_page
Arnaldo Carvalho de Melo
2010-02-23
perf/scripts: Move common code out of Perl-specific files
Tom Zanussi
2010-01-31
perf tools: Add __data_loc support
Hitoshi Mitake
2009-12-10
perf tools: Correct size given to memset
Julia Lawall
2009-12-06
perf tools: Misc small fixes
OGAWA Hirofumi
2009-11-28
perf trace: Add interface to access perf data from Perl handlers
Tom Zanussi
2009-11-28
perf trace: Add Perl scripting support
Tom Zanussi
2009-11-28
perf trace: Add flag/symbolic format_flags
Tom Zanussi
2009-11-25
perf tools: Add 'signed' flag setting back into trace-event-parse.c
Tom Zanussi
2009-10-21
perf tools: Use strsep() over strtok_r() for parsing single line
Steven Rostedt
2009-10-15
perf tools: Remove all char * typecasts and use const in prototype
Steven Rostedt
2009-10-15
perf tools: Handle - and + in parsing trace print format
Steven Rostedt
2009-10-15
perf tools: Add latency format to trace output
Steven Rostedt
2009-10-15
perf tools: Handle both versions of ftrace output
Steven Rostedt
2009-10-15
perf tools: Fix bprintk reading in trace output
Steven Rostedt
2009-10-15
perf tools: Still continue on failed parsing of an event
Steven Rostedt
2009-10-15
perf tools: Handle the case with and without the "signed" trace field
Steven Rostedt
2009-10-15
perf tools: Handle newlines in trace parsing better
Steven Rostedt
2009-10-15
perf tools: Handle * as typecast in trace parsing
Steven Rostedt
2009-10-15
perf tools: Handle arrays in print fields for trace parsing
Steven Rostedt
2009-10-15
perf tools: Handle trace parsing of < and >
Steven Rostedt
2009-10-15
perf tools: Fix backslash processing on trace print formats
Steven Rostedt
2009-10-15
perf tools: Handle print concatenations in event format file
Steven Rostedt
2009-10-15
Merge branch 'linus' into perf/core
Ingo Molnar
2009-10-12
perf tools: Fix const char type propagation
Randy Dunlap
2009-10-06
perf trace: Add string/dynamic cases to format_flags
Tom Zanussi
2009-10-06
perf trace: Add subsystem string to struct event
Tom Zanussi
2009-10-06
tracing/events: Add 'signed' field to format files
Tom Zanussi
2009-10-06
perf trace: Update eval_flag() flags array to match interrupt.h
Tom Zanussi
2009-09-14
perf tools: Implement counter output multiplexing
Ingo Molnar
2009-09-13
perf sched: Fix bad event alignment
Frederic Weisbecker
2009-09-13
perf sched: Import schedbench.c
Ingo Molnar
2009-09-03
perf trace: Print out in nanoseconds
Ingo Molnar
2009-09-02
perf tools: Work around strict aliasing related warnings
Ingo Molnar
2009-08-31
perf tools: Complete support for dynamic strings
Frederic Weisbecker
2009-08-28
perf tools: Fix missing string field printing in perf trace
Frederic Weisbecker
2009-08-28
perf tools: Only save the event formats we need
Frederic Weisbecker
2009-08-17
perf tools: Make trace event format parser aware of cast to pointers
Frederic Weisbecker
2009-08-17
perf tools: Add trace event information parser
Steven Rostedt