tests.h (cff7f956ec4a1ede9b752cfae3c12f588292ad80) | tests.h (c81251e808fe2386e71990ecd49c408bb7cb4666) |
---|---|
1#ifndef TESTS_H 2#define TESTS_H 3 4/* Tests */ 5int test__vmlinux_matches_kallsyms(void); 6int test__open_syscall_event(void); 7int test__open_syscall_event_on_all_cpus(void); 8int test__basic_mmap(void); 9int test__PERF_RECORD(void); 10int test__rdpmc(void); 11int test__perf_evsel__roundtrip_name_test(void); 12int test__perf_evsel__tp_sched_test(void); 13int test__syscall_open_tp_fields(void); 14int test__pmu(void); | 1#ifndef TESTS_H 2#define TESTS_H 3 4/* Tests */ 5int test__vmlinux_matches_kallsyms(void); 6int test__open_syscall_event(void); 7int test__open_syscall_event_on_all_cpus(void); 8int test__basic_mmap(void); 9int test__PERF_RECORD(void); 10int test__rdpmc(void); 11int test__perf_evsel__roundtrip_name_test(void); 12int test__perf_evsel__tp_sched_test(void); 13int test__syscall_open_tp_fields(void); 14int test__pmu(void); |
15int test__attr(void); 16int test__dso_data(void); 17int test__parse_events(void); |
|
15 16/* Util */ 17int trace_event__id(const char *evname); 18 19#endif /* TESTS_H */ | 18 19/* Util */ 20int trace_event__id(const char *evname); 21 22#endif /* TESTS_H */ |