diff options
Diffstat (limited to 'tools/perf/tests/openat-syscall-tp-fields.c')
-rw-r--r-- | tools/perf/tests/openat-syscall-tp-fields.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/openat-syscall-tp-fields.c b/tools/perf/tests/openat-syscall-tp-fields.c index 9788fac91095..b6ee1c41f45d 100644 --- a/tools/perf/tests/openat-syscall-tp-fields.c +++ b/tools/perf/tests/openat-syscall-tp-fields.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #define AT_FDCWD -100 | 14 | #define AT_FDCWD -100 |
15 | #endif | 15 | #endif |
16 | 16 | ||
17 | int test__syscall_openat_tp_fields(int subtest __maybe_unused) | 17 | int test__syscall_openat_tp_fields(struct test *test __maybe_unused, int subtest __maybe_unused) |
18 | { | 18 | { |
19 | struct record_opts opts = { | 19 | struct record_opts opts = { |
20 | .target = { | 20 | .target = { |