forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 {