perf evsel: Introduce perf_evsel__open_strerror method
[deliverable/linux.git] / tools / perf / tests / tests.h
CommitLineData
0a4e1ae6
JO
1#ifndef TESTS_H
2#define TESTS_H
3
d3b59a38 4/* Tests */
0a4e1ae6 5int test__vmlinux_matches_kallsyms(void);
d3b59a38 6int test__open_syscall_event(void);
bd90517b 7int test__open_syscall_event_on_all_cpus(void);
a65b9c62 8int test__basic_mmap(void);
16d00fee 9int test__PERF_RECORD(void);
bacf7e5d 10int test__rdpmc(void);
cfffae2e 11int test__perf_evsel__roundtrip_name_test(void);
5e24a090 12int test__perf_evsel__tp_sched_test(void);
dc447eed 13int test__syscall_open_tp_fields(void);
cff7f956 14int test__pmu(void);
c81251e8
JO
15int test__attr(void);
16int test__dso_data(void);
17int test__parse_events(void);
f8ebb0cd 18int test__hists_link(void);
d3b59a38 19
0a4e1ae6 20#endif /* TESTS_H */
This page took 0.056691 seconds and 5 git commands to generate.