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 1de79208e690..9c06130d37be 100644 --- a/tools/perf/tests/openat-syscall-tp-fields.c +++ b/tools/perf/tests/openat-syscall-tp-fields.c | |||
@@ -58,7 +58,7 @@ int test__syscall_openat_tp_fields(struct test *test __maybe_unused, int subtest | |||
58 | 58 | ||
59 | perf_evsel__config(evsel, &opts, NULL); | 59 | perf_evsel__config(evsel, &opts, NULL); |
60 | 60 | ||
61 | perf_thread_map__set_pid(evlist->threads, 0, getpid()); | 61 | perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); |
62 | 62 | ||
63 | err = evlist__open(evlist); | 63 | err = evlist__open(evlist); |
64 | if (err < 0) { | 64 | if (err < 0) { |