xref: /linux/tools/perf/arch/powerpc/include/arch-tests.h (revision 24bfa6a9e0d4fe414dfc4ad06c93e10c4c37194e)
1 #ifndef ARCH_TESTS_H
2 #define ARCH_TESTS_H
3 
4 #ifdef HAVE_DWARF_UNWIND_SUPPORT
5 struct thread;
6 struct perf_sample;
7 int test__arch_unwind_sample(struct perf_sample *sample,
8 			     struct thread *thread);
9 #endif
10 
11 extern struct test arch_tests[];
12 
13 #endif
14