Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Dpt.c30 static struct pt_pmu pt_pmu; variable
83 return intel_pt_validate_cap(pt_pmu.caps, cap); in intel_pt_validate_hw_cap()
145 return sprintf(page, "%lu\n", pt_pmu.max_nonturbo_ratio); in pt_timing_attr_show()
148 pt_pmu.tsc_art_num, in pt_timing_attr_show()
149 pt_pmu.tsc_art_den); in pt_timing_attr_show()
189 pt_pmu.max_nonturbo_ratio = (reg & 0xff00) >> 8; in pt_pmu_hw_init()
201 pt_pmu.tsc_art_num = ebx; in pt_pmu_hw_init()
202 pt_pmu.tsc_art_den = eax; in pt_pmu_hw_init()
212 pt_pmu.branch_en_always_on = true; in pt_pmu_hw_init()
226 pt_pmu.vmx = true; in pt_pmu_hw_init()
[all …]
Dpt.h43 struct pt_pmu { struct