Searched refs:pt_pmu (Results 1 – 2 of 2) sorted by relevance
32 static struct pt_pmu pt_pmu; variable87 return intel_pt_validate_cap(pt_pmu.caps, cap); in intel_pt_validate_hw_cap()153 return sprintf(page, "%lu\n", pt_pmu.max_nonturbo_ratio); in pt_timing_attr_show()156 pt_pmu.tsc_art_num, in pt_timing_attr_show()157 pt_pmu.tsc_art_den); in pt_timing_attr_show()197 pt_pmu.max_nonturbo_ratio = (reg & 0xff00) >> 8; in pt_pmu_hw_init()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()[all …]
43 struct pt_pmu { struct