2 #include "tests/tests.h"
3 #include "arch-tests.h"
5 struct test arch_tests
[] = {
7 .desc
= "x86 rdpmc test",
11 .desc
= "Test converting perf time to TSC",
12 .func
= test__perf_time_to_tsc
,
14 #ifdef HAVE_DWARF_UNWIND_SUPPORT
16 .desc
= "Test dwarf unwind",
17 .func
= test__dwarf_unwind
,
20 #ifdef HAVE_AUXTRACE_SUPPORT
22 .desc
= "Test x86 instruction decoder - new instructions",
23 .func
= test__insn_x86
,
27 .desc
= "Test intel cqm nmi context read",
28 .func
= test__intel_cqm_count_nmi_context
,