original_kernel/tools/perf/util
Arjan van de Ven 4f1202c8e6 perf timechart: Show the name of the waker/wakee in timechart
Timechart currently shows thin green lines for sending or receiving
wakeups. This patch also prints (in a very small font) the name of
the process that is being woken/wakes up this process.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20090920181328.68baa978@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-09-20 19:37:34 +02:00
..
include
PERF-VERSION-GEN
abspath.c
alias.c
cache.h
callchain.c
callchain.h
color.c
color.h
config.c
ctype.c
debug.c
debug.h
environment.c
event.h perf: Add a sample_event type to the event_union 2009-09-19 11:42:12 +02:00
exec_cmd.c
exec_cmd.h
generate-cmdlist.sh
header.c perf utils: Use a define for the maximum length of a trace event 2009-09-19 18:57:53 +02:00
header.h perf: Store trace event name/id pairs in perf.data 2009-09-19 11:42:11 +02:00
help.c
help.h
levenshtein.c
levenshtein.h
map.c
module.c
module.h
pager.c
parse-events.c perf: Store trace event name/id pairs in perf.data 2009-09-19 11:42:11 +02:00
parse-events.h perf tools: Only save the event formats we need 2009-08-28 07:58:11 +02:00
parse-options.c
parse-options.h perf: Allow perf utilities to have "callback" options without arguments 2009-09-19 11:42:11 +02:00
path.c
quote.c
quote.h
run-command.c
run-command.h
sigchain.c
sigchain.h
strbuf.c
strbuf.h
string.c
string.h
strlist.c
strlist.h
svghelper.c perf timechart: Show the name of the waker/wakee in timechart 2009-09-20 19:37:34 +02:00
svghelper.h perf timechart: Show the name of the waker/wakee in timechart 2009-09-20 19:37:34 +02:00
symbol.c
symbol.h
thread.c perf sched: Add 'perf sched map' scheduling event map printout 2009-09-16 16:41:30 +02:00
thread.h perf sched: Add 'perf sched map' scheduling event map printout 2009-09-16 16:41:30 +02:00
trace-event-info.c perf tools: Fix memory leak in read_ftrace_printk() 2009-09-18 00:30:24 +02:00
trace-event-parse.c perf tools: Implement counter output multiplexing 2009-09-14 15:45:11 +02:00
trace-event-read.c perf sched: Display time in milliseconds, reorganize output 2009-09-13 10:22:44 +02:00
trace-event.h perf sched: Fix bad event alignment 2009-09-13 10:22:41 +02:00
types.h
usage.c
util.h Merge branch 'perfcounters/tracing' into perfcounters/core 2009-08-31 10:03:27 +02:00
values.c
values.h
wrapper.c