Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.8-rc5 22 lines 557 B view raw
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); 18 19/* Util */ 20int trace_event__id(const char *evname); 21 22#endif /* TESTS_H */