aboutsummaryrefslogtreecommitdiffstats
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 f3e44231b10d..ea6a1165956f 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -95,7 +95,7 @@ static int process_sample_event(union perf_event *event,
95static int hist_entry__tty_annotate(struct hist_entry *he, int evidx) 95static int hist_entry__tty_annotate(struct hist_entry *he, int evidx)
96{ 96{
97 return symbol__tty_annotate(he->ms.sym, he->ms.map, evidx, 97 return symbol__tty_annotate(he->ms.sym, he->ms.map, evidx,
98 print_line, full_paths); 98 print_line, full_paths, 0, 0);
99} 99}
100 100
101static void hists__find_annotations(struct hists *self) 101static void hists__find_annotations(struct hists *self)