Merge tag 'ntb-5.11' of git://github.com/jonmason/ntb
[linux/fpc-iii.git] / tools / perf / arch / x86 / tests / arch-tests.c
blobbc25d727b4e9af4be2b2d360b928d9ab01fca7ae
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,
11 #ifdef HAVE_DWARF_UNWIND_SUPPORT
13 .desc = "DWARF unwind",
14 .func = test__dwarf_unwind,
16 #endif
17 #ifdef HAVE_AUXTRACE_SUPPORT
19 .desc = "x86 instruction decoder - new instructions",
20 .func = test__insn_x86,
23 .desc = "Intel PT packet decoder",
24 .func = test__intel_pt_pkt_decoder,
26 #endif
27 #if defined(__x86_64__)
29 .desc = "x86 bp modify",
30 .func = test__bp_modify,
32 #endif
34 .func = NULL,