forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 {