hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/tools/perf/arch/x86/tests/arch-tests.c
....@@ -23,6 +23,10 @@
2323 .desc = "x86 instruction decoder - new instructions",
2424 .func = test__insn_x86,
2525 },
26
+ {
27
+ .desc = "Intel PT packet decoder",
28
+ .func = test__intel_pt_pkt_decoder,
29
+ },
2630 #endif
2731 #if defined(__x86_64__)
2832 {