linux-stable-rt/tools/perf/util
Steven Rostedt cda48461c7 perf tools: Add latency format to trace output
Add the irqs disabled, preemption count, need resched, and other
info that is shown in the latency format of ftrace.

 # perf trace -l
    perf-16457   2..s2. 53636.260344: kmem_cache_free: call_site=ffffffff811198f
    perf-16457   2..s2. 53636.264330: kmem_cache_free: call_site=ffffffff811198f
    perf-16457   2d.s4. 53636.300006: kmem_cache_free: call_site=ffffffff810d889

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <20091014194400.076588953@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-10-15 10:42:39 +02:00
..
include
PERF-VERSION-GEN
abspath.c
alias.c
cache.h perf tools: Do not manually count string lengths 2009-10-13 11:55:31 +02:00
callchain.c
callchain.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
color.c
color.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
config.c
ctype.c
data_map.c perf tools: Unify perf.data mapping and events handling 2009-10-08 16:56:32 +02:00
data_map.h perf tools: Unify perf.data mapping and events handling 2009-10-08 16:56:32 +02:00
debug.c
debug.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
environment.c
event.h perf tools: Remove show_mask bitmask 2009-10-04 19:37:11 +02:00
exec_cmd.c
exec_cmd.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
generate-cmdlist.sh
header.c perf tools: Provide backward compatibility with previous perf.data version 2009-10-08 22:11:02 +02:00
header.h perf tools: Merge trace.info content into perf.data 2009-10-07 08:36:10 +02:00
help.c
help.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
hist.c perf tools: Move hist_entry__add common code to hist.c 2009-10-03 16:01:59 +02:00
hist.h perf tools: Move hist_entry__add common code to hist.c 2009-10-03 16:01:59 +02:00
levenshtein.c
levenshtein.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
map.c
pager.c
parse-events.c perf tools: Remove static debugfs path from parse-events 2009-10-12 22:41:05 +02:00
parse-events.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
parse-options.c
parse-options.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
path.c
quote.c
quote.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
run-command.c
run-command.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
sigchain.c
sigchain.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
sort.c perf tools: Rewrite and improve support for kernel modules 2009-10-02 10:48:42 +02:00
sort.h perf tools: Rewrite and improve support for kernel modules 2009-10-02 10:48:42 +02:00
strbuf.c
strbuf.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
string.c perf tools: /proc/modules names don't always match its name 2009-10-05 20:35:23 +02:00
string.h perf tools: /proc/modules names don't always match its name 2009-10-05 20:35:23 +02:00
strlist.c
strlist.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
svghelper.c perf timechart: Add a power-only mode 2009-10-01 09:26:40 +02:00
svghelper.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
symbol.c perf tools: Improve kernel/modules symbol lookup 2009-10-08 19:27:11 +02:00
symbol.h perf tools: Create maps for modules when processing kallsyms 2009-10-05 20:35:23 +02:00
thread.c perf tools: Move threads & last_match to threads.c 2009-10-13 17:12:18 +02:00
thread.h perf tools: Move threads & last_match to threads.c 2009-10-13 17:12:18 +02:00
trace-event-info.c perf tools: Merge trace.info content into perf.data 2009-10-07 08:36:10 +02:00
trace-event-parse.c perf tools: Add latency format to trace output 2009-10-15 10:42:39 +02:00
trace-event-read.c perf tools: Merge trace.info content into perf.data 2009-10-07 08:36:10 +02:00
trace-event.h perf tools: Add latency format to trace output 2009-10-15 10:42:39 +02:00
types.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
usage.c
util.h
values.c
values.h perf tools: Protect header files with a consistent style 2009-09-24 21:27:51 +02:00
wrapper.c