Searched refs:PT_CAP (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/x86/events/intel/ |
| H A D | pt.c | 46 #define PT_CAP(_n, _l, _r, _m) \ macro 57 PT_CAP(cr3_filtering, 0, CPUID_EBX, BIT(0)), 58 PT_CAP(psb_cyc, 0, CPUID_EBX, BIT(1)), 59 PT_CAP(ip_filtering, 0, CPUID_EBX, BIT(2)), 60 PT_CAP(mtc, 0, CPUID_EBX, BIT(3)), 61 PT_CAP(ptwrite, 0, CPUID_EBX, BIT(4)), 63 PT_CAP(event_trace, 0, CPUID_EBX, BIT(7)), 64 PT_CAP(tnt_disable, 0, CPUID_EBX, BIT(8)), 65 PT_CAP(topa_output, 0, CPUID_ECX, BIT(0)), 68 PT_CAP(output_subsys, 0, CPUID_ECX, BIT(3)), [all …]
|