arch-tests.h 249 B

12345678910111213
  1. #ifndef ARCH_TESTS_H
  2. #define ARCH_TESTS_H
  3. #ifdef HAVE_DWARF_UNWIND_SUPPORT
  4. struct thread;
  5. struct perf_sample;
  6. int test__arch_unwind_sample(struct perf_sample *sample,
  7. struct thread *thread);
  8. #endif
  9. extern struct test arch_tests[];
  10. #endif