1 // SPDX-License-Identifier: GPL-2.0
3 #include "tests/tests.h"
4 #include "arch-tests.h"
6 struct test arch_tests
[] = {
12 .desc
= "Convert perf time to TSC",
13 .func
= test__perf_time_to_tsc
,
15 #ifdef HAVE_DWARF_UNWIND_SUPPORT
17 .desc
= "DWARF unwind",
18 .func
= test__dwarf_unwind
,
21 #ifdef HAVE_AUXTRACE_SUPPORT
23 .desc
= "x86 instruction decoder - new instructions",
24 .func
= test__insn_x86
,
27 .desc
= "Intel PT packet decoder",
28 .func
= test__intel_pt_pkt_decoder
,
31 #if defined(__x86_64__)
33 .desc
= "x86 bp modify",
34 .func
= test__bp_modify
,