summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r--tools/perf/builtin-annotate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index 3ee063598364..2339ae719e1d 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -341,7 +341,7 @@ find_next:
341 /* skip missing symbols */ 341 /* skip missing symbols */
342 nd = rb_next(nd); 342 nd = rb_next(nd);
343 } else if (use_browser == 1) { 343 } else if (use_browser == 1) {
344 key = hist_entry__tui_annotate(he, evsel, NULL); 344 key = hist_entry__tui_annotate(he, evsel, NULL, &ann->opts);
345 345
346 switch (key) { 346 switch (key) {
347 case -1: 347 case -1: