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); 933f44bfdSIan Rogers int test__insn_x86(struct test_suite *test, int subtest); 1033f44bfdSIan Rogers int test__intel_pt_pkt_decoder(struct test_suite *test, int subtest); 11*44a037f5SAdrian Hunter int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest); 1233f44bfdSIan Rogers int test__bp_modify(struct test_suite *test, int subtest); 1333f44bfdSIan Rogers int test__x86_sample_parsing(struct test_suite *test, int subtest); 14d8b167f9SMatt Fleming 1533f44bfdSIan Rogers extern struct test_suite *arch_tests[]; 1631b6753fSMatt Fleming 1731b6753fSMatt Fleming #endif 18