forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
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 {