perf tests: Move test__PERF_RECORD into separate object
[platform/adaptation/renesas_rcar/renesas_kernel.git] / tools / perf / tests / tests.h
1 #ifndef TESTS_H
2 #define TESTS_H
3
4 /* Tests */
5 int test__vmlinux_matches_kallsyms(void);
6 int test__open_syscall_event(void);
7 int test__open_syscall_event_on_all_cpus(void);
8 int test__basic_mmap(void);
9 int test__PERF_RECORD(void);
10
11 /* Util */
12 int trace_event__id(const char *evname);
13
14 #endif /* TESTS_H */