Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dpt.c32 static struct pt_pmu pt_pmu; variable
156 pt_pmu.tsc_art_num, in pt_timing_attr_show()
157 pt_pmu.tsc_art_den); in pt_timing_attr_show()
209 pt_pmu.tsc_art_num = ebx; in pt_pmu_hw_init()
210 pt_pmu.tsc_art_den = eax; in pt_pmu_hw_init()
220 pt_pmu.branch_en_always_on = true; in pt_pmu_hw_init()
234 pt_pmu.vmx = true; in pt_pmu_hw_init()
397 if (pt_pmu.branch_en_always_on && in pt_event_valid()
1537 if (pt_pmu.vmx) in intel_pt_handle_vmx()
1755 return event->pmu == &pt_pmu.pmu; in is_intel_pt_event()
[all …]
H A Dpt.h43 struct pt_pmu { struct