blob: 84d8dedef2ed99e106e2adbcbf73ff2ba351e0cb [file] [log] [blame]
Ravi Bangoriad18019a2016-09-19 02:38:20 -04001#ifndef ARCH_TESTS_H
2#define ARCH_TESTS_H
3
4#ifdef HAVE_DWARF_UNWIND_SUPPORT
5struct thread;
6struct perf_sample;
7int test__arch_unwind_sample(struct perf_sample *sample,
8 struct thread *thread);
9#endif
10
11extern struct test arch_tests[];
12
13#endif