summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2025-01-03 10:59:26 -0300
committerDaiane Angolini <daiane.angolini@foundries.io>2025-01-03 10:59:26 -0300
commitc930b7842cfd5ccbb315735a35aa2011be20e5f7 (patch)
treeb0738739d89671e4794526fc2a3def9f0dcdbadb /tools/perf/builtin-annotate.c
parente1778dcaa00e0c13013abe353f88ae40047d8ff3 (diff)
parent63a57420cf797edcfca41005dd6c805b77cfb596 (diff)
Merge tag 'v6.6.54' into 6.6-2.2.x-imx
This is the 6.6.54 stable release Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
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 92973420c0a5..0f1e5787b4ed 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -378,7 +378,7 @@ find_next:
/* skip missing symbols */
nd = rb_next(nd);
} else if (use_browser == 1) {
- key = hist_entry__tui_annotate(he, evsel, NULL, &annotate_opts);
+ key = hist_entry__tui_annotate(he, evsel, NULL);
switch (key) {
case -1: