Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / perf / arch / x86 / tests / arch-tests.c
blobcc1802ff54109ebccd23130fcc37f023d6e5ae9c
1 // SPDX-License-Identifier: GPL-2.0
2 #include <string.h>
3 #include "tests/tests.h"
4 #include "arch-tests.h"
6 struct test arch_tests[] = {
8 .desc = "x86 rdpmc",
9 .func = test__rdpmc,
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,
20 #endif
21 #ifdef HAVE_AUXTRACE_SUPPORT
23 .desc = "x86 instruction decoder - new instructions",
24 .func = test__insn_x86,
26 #endif
28 .func = NULL,