xref: /openbmc/linux/tools/perf/tests/tests.h (revision d0b73b48)
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 int test__rdpmc(void);
11 int test__perf_evsel__roundtrip_name_test(void);
12 int test__perf_evsel__tp_sched_test(void);
13 int test__syscall_open_tp_fields(void);
14 int test__pmu(void);
15 int test__attr(void);
16 int test__dso_data(void);
17 int test__parse_events(void);
18 
19 /* Util */
20 int trace_event__id(const char *evname);
21 
22 #endif /* TESTS_H */
23