aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/newt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/newt.c')
-rw-r--r--tools/perf/util/newt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/newt.c b/tools/perf/util/newt.c
index 5ded2f0d3e4d..094887f45d05 100644
--- 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
892 892
893 if (choice == -1) 893 if (choice == -1)
894 continue; 894 continue;
895do_annotate: 895
896 if (choice == annotate) { 896 if (choice == annotate) {
897 struct hist_entry *he; 897 struct hist_entry *he;
898 898do_annotate:
899 if (browser->selection->map->dso->origin == DSO__ORIG_KERNEL) { 899 if (browser->selection->map->dso->origin == DSO__ORIG_KERNEL) {
900 ui_helpline__puts("No vmlinux file found, can't " 900 ui_helpline__puts("No vmlinux file found, can't "
901 "annotate with just a " 901 "annotate with just a "