perf tests: Move test__open_syscall_event 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
8 /* Util */
9 int trace_event__id(const char *evname);
10
11 #endif /* TESTS_H */