projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6055390
)
perf newt: Fix the 'A'/'a' shortcut for annotate
author
Arnaldo Carvalho de Melo
<
[email protected]
>
Sat, 15 May 2010 23:45:31 +0000
(20:45 -0300)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Sat, 15 May 2010 23:48:25 +0000
(20:48 -0300)
Reported-by: Ingo Molnar <
[email protected]
>
Cc: Frédéric Weisbecker <
[email protected]
>
Cc: Mike Galbraith <
[email protected]
>
Cc: Paul Mackerras <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Tom Zanussi <
[email protected]
>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <
[email protected]
>
tools/perf/util/newt.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/newt.c
b/tools/perf/util/newt.c
index 5ded2f0d3e4d25b45449c247adcb869e08695ca4..094887f45d05bc50f79e72c6dde81820de026973 100644
(file)
--- a/
tools/perf/util/newt.c
+++ b/
tools/perf/util/newt.c
@@
-892,10
+892,10
@@
int hists__browse(struct hists *self, const char *helpline, const char *input_na
if (choice == -1)
continue;
-do_annotate:
+
if (choice == annotate) {
struct hist_entry *he;
-
+do_annotate:
if (browser->selection->map->dso->origin == DSO__ORIG_KERNEL) {
ui_helpline__puts("No vmlinux file found, can't "
"annotate with just a "