diff options
Diffstat (limited to 'tools/perf/tests/mmap-basic.c')
-rw-r--r-- | tools/perf/tests/mmap-basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/mmap-basic.c b/tools/perf/tests/mmap-basic.c index 15c770856aac..bc8a70ee46d8 100644 --- a/tools/perf/tests/mmap-basic.c +++ b/tools/perf/tests/mmap-basic.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * Then it checks if the number of syscalls reported as perf events by | 22 | * Then it checks if the number of syscalls reported as perf events by |
23 | * the kernel corresponds to the number of syscalls made. | 23 | * the kernel corresponds to the number of syscalls made. |
24 | */ | 24 | */ |
25 | int test__basic_mmap(int subtest __maybe_unused) | 25 | int test__basic_mmap(struct test *test __maybe_unused, int subtest __maybe_unused) |
26 | { | 26 | { |
27 | int err = -1; | 27 | int err = -1; |
28 | union perf_event *event; | 28 | union perf_event *event; |