Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/intel/
Dpt.c38 static struct pt_pmu pt_pmu; variable
81 u32 c = pt_pmu.caps[cd->leaf * PT_CPUID_REGS_NUM + cd->reg]; in pt_cap_get()
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.h109 struct pt_pmu { struct