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

4
/* Tests */
5
int test__vmlinux_matches_kallsyms(void);
6 7 8 9
int test__open_syscall_event(void);

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

#endif /* TESTS_H */