kernel/tools/perf/arch/x86/tests/arch-tests.c
.. .. @@ -23,6 +23,10 @@ 23 23 .desc = "x86 instruction decoder - new instructions", 24 24 .func = test__insn_x86, 25 25 }, 26 + {27 + .desc = "Intel PT packet decoder",28 + .func = test__intel_pt_pkt_decoder,29 + },26 30 #endif 27 31 #if defined(__x86_64__) 28 32 {