diff options
Diffstat (limited to 'tools/perf/builtin-lock.c')
-rw-r--r-- | tools/perf/builtin-lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-lock.c b/tools/perf/builtin-lock.c index ce276750b140..6605000ed73d 100644 --- a/tools/perf/builtin-lock.c +++ b/tools/perf/builtin-lock.c | |||
@@ -818,7 +818,7 @@ static struct perf_event_ops eops = { | |||
818 | 818 | ||
819 | static int read_events(void) | 819 | static int read_events(void) |
820 | { | 820 | { |
821 | session = perf_session__new(input_name, O_RDONLY, 0); | 821 | session = perf_session__new(input_name, O_RDONLY, 0, false); |
822 | if (!session) | 822 | if (!session) |
823 | die("Initializing perf session failed\n"); | 823 | die("Initializing perf session failed\n"); |
824 | 824 | ||