diff options
Diffstat (limited to 'tools/perf/builtin-timechart.c')
-rw-r--r-- | tools/perf/builtin-timechart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-timechart.c b/tools/perf/builtin-timechart.c index c35aa44f82ba..5a52ed9fc10b 100644 --- a/tools/perf/builtin-timechart.c +++ b/tools/perf/builtin-timechart.c | |||
@@ -936,7 +936,7 @@ static struct perf_event_ops event_ops = { | |||
936 | 936 | ||
937 | static int __cmd_timechart(void) | 937 | static int __cmd_timechart(void) |
938 | { | 938 | { |
939 | struct perf_session *session = perf_session__new(input_name, O_RDONLY, 0); | 939 | struct perf_session *session = perf_session__new(input_name, O_RDONLY, 0, false); |
940 | int ret = -EINVAL; | 940 | int ret = -EINVAL; |
941 | 941 | ||
942 | if (session == NULL) | 942 | if (session == NULL) |