tests.h 532 字节
Newer Older
1 2 3
#ifndef TESTS_H
#define TESTS_H

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 16 17
int test__attr(void);
int test__dso_data(void);
int test__parse_events(void);
18
int test__hists_link(void);
19

20
#endif /* TESTS_H */