Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[linux-2.6-microblaze.git] / tools / perf / tests / openat-syscall-tp-fields.c
index 1dc2897..1f5f5e7 100644 (file)
@@ -46,9 +46,9 @@ int test__syscall_openat_tp_fields(struct test *test __maybe_unused, int subtest
                goto out;
        }
 
-       evsel = perf_evsel__newtp("syscalls", "sys_enter_openat");
+       evsel = evsel__newtp("syscalls", "sys_enter_openat");
        if (IS_ERR(evsel)) {
-               pr_debug("%s: perf_evsel__newtp\n", __func__);
+               pr_debug("%s: evsel__newtp\n", __func__);
                goto out_delete_evlist;
        }