tests.h 274 B

12345678910111213
  1. #ifndef TESTS_H
  2. #define TESTS_H
  3. /* Tests */
  4. int test__vmlinux_matches_kallsyms(void);
  5. int test__open_syscall_event(void);
  6. int test__open_syscall_event_on_all_cpus(void);
  7. int test__basic_mmap(void);
  8. /* Util */
  9. int trace_event__id(const char *evname);
  10. #endif /* TESTS_H */