Home
last modified time | relevance | path

Searched refs:pt_pmu (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/events/intel/
H A Dpt.c33 static struct pt_pmu pt_pmu; variable
157 pt_pmu.tsc_art_num, in pt_timing_attr_show()
158 pt_pmu.tsc_art_den); in pt_timing_attr_show()
210 pt_pmu.tsc_art_num = ebx; in pt_pmu_hw_init()
211 pt_pmu.tsc_art_den = eax; in pt_pmu_hw_init()
221 pt_pmu.branch_en_always_on = true; in pt_pmu_hw_init()
235 pt_pmu.vmx = true; in pt_pmu_hw_init()
398 if (pt_pmu.branch_en_always_on && in pt_event_valid()
1565 if (pt_pmu.vmx) in intel_pt_handle_vmx()
1826 return event->pmu == &pt_pmu.pmu; in is_intel_pt_event()
[all …]
H A Dpt.h40 struct pt_pmu { struct