1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/compiler.h>
9 int test__rdpmc(struct test
*test __maybe_unused
, int subtest
);
10 int test__perf_time_to_tsc(struct test
*test __maybe_unused
, int subtest
);
11 int test__insn_x86(struct test
*test __maybe_unused
, int subtest
);
13 #ifdef HAVE_DWARF_UNWIND_SUPPORT
16 int test__arch_unwind_sample(struct perf_sample
*sample
,
17 struct thread
*thread
);
20 extern struct test arch_tests
[];