Searched refs:PT_CAP (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perf_event_intel_pt.c | 56 #define PT_CAP(_n, _l, _r, _m) \ macro 66 PT_CAP(max_subleaf, 0, CR_EAX, 0xffffffff), 67 PT_CAP(cr3_filtering, 0, CR_EBX, BIT(0)), 68 PT_CAP(psb_cyc, 0, CR_EBX, BIT(1)), 69 PT_CAP(mtc, 0, CR_EBX, BIT(3)), 70 PT_CAP(topa_output, 0, CR_ECX, BIT(0)), 71 PT_CAP(topa_multiple_entries, 0, CR_ECX, BIT(1)), 72 PT_CAP(single_range_output, 0, CR_ECX, BIT(2)), 73 PT_CAP(payloads_lip, 0, CR_ECX, BIT(31)), 74 PT_CAP(mtc_periods, 1, CR_EAX, 0xffff0000), 75 PT_CAP(cycle_thresholds, 1, CR_EBX, 0xffff), 76 PT_CAP(psb_periods, 1, CR_EBX, 0xffff0000),
|
Completed in 101 milliseconds