Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git] / tools / perf / arch / x86 / tests / arch-tests.c
blob2218cb64f8409c4b7f487f846f766b11dadcf722
1 #include <string.h>
2 #include "tests/tests.h"
3 #include "arch-tests.h"
5 struct test arch_tests[] = {
7 .desc = "x86 rdpmc test",
8 .func = test__rdpmc,
9 },
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,
19 #endif
20 #ifdef HAVE_AUXTRACE_SUPPORT
22 .desc = "Test x86 instruction decoder - new instructions",
23 .func = test__insn_x86,
25 #endif
27 .desc = "Test intel cqm nmi context read",
28 .func = test__intel_cqm_count_nmi_context,
31 .func = NULL,