1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 231b6753fSMatt Fleming #ifndef ARCH_TESTS_H 331b6753fSMatt Fleming #define ARCH_TESTS_H 431b6753fSMatt Fleming 533f44bfdSIan Rogers struct test_suite; 681f17c90SArnaldo Carvalho de Melo 7d8b167f9SMatt Fleming /* Tests */ 833f44bfdSIan Rogers int test__rdpmc(struct test_suite *test, int subtest); 9*d436373aSAdrian Hunter #ifdef HAVE_EXTRA_TESTS 1033f44bfdSIan Rogers int test__insn_x86(struct test_suite *test, int subtest); 11*d436373aSAdrian Hunter #endif 1233f44bfdSIan Rogers int test__intel_pt_pkt_decoder(struct test_suite *test, int subtest); 1344a037f5SAdrian Hunter int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest); 1433f44bfdSIan Rogers int test__bp_modify(struct test_suite *test, int subtest); 1533f44bfdSIan Rogers int test__x86_sample_parsing(struct test_suite *test, int subtest); 1678075d94SRavi Bangoria int test__amd_ibs_via_core_pmu(struct test_suite *test, int subtest); 17ae4aa00aSIan Rogers int test__hybrid(struct test_suite *test, int subtest); 18d8b167f9SMatt Fleming 1933f44bfdSIan Rogers extern struct test_suite *arch_tests[]; 2031b6753fSMatt Fleming 2131b6753fSMatt Fleming #endif 22