perf top: Live TUI Annotation
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 22 Feb 2011 15:02:07 +0000 (12:02 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 22 Feb 2011 15:02:07 +0000 (12:02 -0300)
commitc97cf42219b7b6037d2f96c27a5f114f2383f828
tree2180e3eae063a217d1681074a813eed42ad91a86
parent8635bf6ea3402154eec64763e6ed14972013c1c1
perf top: Live TUI Annotation

Now one has just to press the right key, 'a' or Enter on the main 'perf
top --tui' screen to live annotate the symbol under the cursor.

The annotate window starts centered on the hottest line (the one with
most samples so far) then TAB and shift+TAB can be used to go to the
prev/next hot line.

Pressing 'H' at any point will center again the screen on the hottest
line.

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
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>
tools/perf/builtin-top.c
tools/perf/util/annotate.h
tools/perf/util/top.h
tools/perf/util/ui/browsers/annotate.c
tools/perf/util/ui/browsers/top.c