aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r--tools/perf/builtin-report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index b6a2a899aa8f..fd4c4500cd15 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -308,7 +308,7 @@ static int __cmd_report(void)
308 308
309 signal(SIGINT, sig_handler); 309 signal(SIGINT, sig_handler);
310 310
311 session = perf_session__new(input_name, O_RDONLY, force, false); 311 session = perf_session__new(input_name, O_RDONLY, force, false, &event_ops);
312 if (session == NULL) 312 if (session == NULL)
313 return -ENOMEM; 313 return -ENOMEM;
314 314