Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dpt.c32 static struct pt_pmu pt_pmu; variable
85 return intel_pt_validate_cap(pt_pmu.caps, cap); in intel_pt_validate_hw_cap()
147 return sprintf(page, "%lu\n", pt_pmu.max_nonturbo_ratio); in pt_timing_attr_show()
150 pt_pmu.tsc_art_num, in pt_timing_attr_show()
151 pt_pmu.tsc_art_den); in pt_timing_attr_show()
191 pt_pmu.max_nonturbo_ratio = (reg & 0xff00) >> 8; in pt_pmu_hw_init()
203 pt_pmu.tsc_art_num = ebx; in pt_pmu_hw_init()
204 pt_pmu.tsc_art_den = eax; in pt_pmu_hw_init()
214 pt_pmu.branch_en_always_on = true; in pt_pmu_hw_init()
228 pt_pmu.vmx = true; in pt_pmu_hw_init()
[all …]
H A Dpt.h43 struct pt_pmu { struct