diff options
Diffstat (limited to 'tools/perf/tests/switch-tracking.c')
-rw-r--r-- | tools/perf/tests/switch-tracking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/switch-tracking.c b/tools/perf/tests/switch-tracking.c index 7d3f4bf9534f..33e00295a972 100644 --- a/tools/perf/tests/switch-tracking.c +++ b/tools/perf/tests/switch-tracking.c | |||
@@ -449,7 +449,7 @@ int test__switch_tracking(struct test *test __maybe_unused, int subtest __maybe_ | |||
449 | goto out; | 449 | goto out; |
450 | } | 450 | } |
451 | 451 | ||
452 | err = perf_evlist__mmap(evlist, UINT_MAX, false); | 452 | err = perf_evlist__mmap(evlist, UINT_MAX); |
453 | if (err) { | 453 | if (err) { |
454 | pr_debug("perf_evlist__mmap failed!\n"); | 454 | pr_debug("perf_evlist__mmap failed!\n"); |
455 | goto out_err; | 455 | goto out_err; |