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.c35 static struct pt_pmu pt_pmu; variable
90 return intel_pt_validate_cap(pt_pmu.caps, cap); in intel_pt_validate_hw_cap()
156 return sprintf(page, "%lu\n", pt_pmu.max_nonturbo_ratio); in pt_timing_attr_show()
159 pt_pmu.tsc_art_num, in pt_timing_attr_show()
160 pt_pmu.tsc_art_den); in pt_timing_attr_show()
200 pt_pmu.max_nonturbo_ratio = (reg & 0xff00) >> 8; in pt_pmu_hw_init()
212 pt_pmu.tsc_art_num = ebx; in pt_pmu_hw_init()
213 pt_pmu.tsc_art_den = eax; in pt_pmu_hw_init()
223 pt_pmu.branch_en_always_on = true; in pt_pmu_hw_init()
237 pt_pmu.vmx = true; in pt_pmu_hw_init()
[all …]
H A Dpt.h40 struct pt_pmu { struct