tests.h 246 字节
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 9 10

/* Util */
int trace_event__id(const char *evname);
11 12

#endif /* TESTS_H */