linux-stable-rt/tools/perf/util
Arnaldo Carvalho de Melo d67f088e08 perf report: Support multiple events on the TUI
The hists__tty_browse_tree function was created with the loop to print
all events, and its equivalent, hists__tui_browse_tree, was created in a
similar fashion, where it is possible to switch among the multiple
events, if present, using TAB to go the next event, and shift+TAB
(UNTAB) to go to the previous.

The report TUI now shows as the window title the name of the event and a
leak was fixed wrt pstacks.

Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2010-05-23 22:36:51 -03:00
..
include
scripting-engines
PERF-VERSION-GEN
abspath.c
alias.c
bitmap.c
build-id.c perf annotate: Use build-ids to find the right DSO 2010-05-20 12:15:33 -03:00
build-id.h perf annotate: Use build-ids to find the right DSO 2010-05-20 12:15:33 -03:00
cache.h perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfig 2010-05-20 22:01:10 -03:00
callchain.c perf annotate: Use build-ids to find the right DSO 2010-05-20 12:15:33 -03:00
callchain.h perf annotate: Use build-ids to find the right DSO 2010-05-20 12:15:33 -03:00
color.c
color.h
config.c
cpumap.c
cpumap.h
ctype.c
debug.c
debug.h
debugfs.c
debugfs.h
environment.c
event.c
event.h
exec_cmd.c
exec_cmd.h
generate-cmdlist.sh
header.c
header.h
help.c
help.h
hist.c perf annotate: Fix up usage of the build id cache 2010-05-23 22:35:07 -03:00
hist.h perf report: Support multiple events on the TUI 2010-05-23 22:36:51 -03:00
hweight.c
levenshtein.c
levenshtein.h
map.c
map.h
newt.c perf report: Support multiple events on the TUI 2010-05-23 22:36:51 -03:00
pager.c
parse-events.c
parse-events.h
parse-options.c
parse-options.h
path.c
probe-event.c
probe-event.h
probe-finder.c
probe-finder.h
pstack.c
pstack.h
quote.c
quote.h
run-command.c
run-command.h
session.c
session.h
sigchain.c
sigchain.h
sort.c
sort.h
strbuf.c
strbuf.h
string.c
strlist.c
strlist.h
svghelper.c
svghelper.h
symbol.c perf annotate: Use build-ids to find the right DSO 2010-05-20 12:15:33 -03:00
symbol.h
thread.c
thread.h
trace-event-info.c
trace-event-parse.c
trace-event-read.c
trace-event-scripting.c
trace-event.h
types.h
usage.c
util.c
util.h perf annotate: Add TUI interface 2010-05-22 11:25:40 -03:00
values.c
values.h
wrapper.c