Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1ec5fef authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo
Browse files

perf newt: Fix the 'A'/'a' shortcut for annotate



Reported-by: default avatarIngo Molnar <mingo@elte.hu>
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: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 60553903
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 "