Skip to content

Commit eba9fac

Browse files
committed
perf annotate browser: Help for cycling thru hottest instructions with TAB/shift+TAB
The popup help accessed via 'h' wasn't mentioning about TAB and shift-TAB, just about 'H', which goes to the hottest line, while the former two are the hotkeys for actually cycling thru the hottest lines. Reported-by: Flavio Bruno Leitner <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Taeung Song <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 63ce844 commit eba9fac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/perf/ui/browsers/annotate.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,8 @@ static int annotate_browser__run(struct annotate_browser *browser,
829829
"q/ESC/CTRL+C Exit\n\n"
830830
"ENTER Go to target\n"
831831
"ESC Exit\n"
832-
"H Cycle thru hottest instructions\n"
832+
"H Go to hottest instruction\n"
833+
"TAB/shift+TAB Cycle thru hottest instructions\n"
833834
"j Toggle showing jump to target arrows\n"
834835
"J Toggle showing number of jump sources on targets\n"
835836
"n Search next string\n"

0 commit comments

Comments
 (0)