diff options
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r-- | tools/perf/builtin-annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 795f865c1366..e44c54c79be4 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c | |||
@@ -463,7 +463,7 @@ static struct perf_event_ops event_ops = { | |||
463 | static int __cmd_annotate(void) | 463 | static int __cmd_annotate(void) |
464 | { | 464 | { |
465 | struct perf_session *session = perf_session__new(input_name, O_RDONLY, | 465 | struct perf_session *session = perf_session__new(input_name, O_RDONLY, |
466 | force); | 466 | force, &symbol_conf); |
467 | int ret; | 467 | int ret; |
468 | 468 | ||
469 | if (session == NULL) | 469 | if (session == NULL) |