Searched refs:pt_pmu (Results 1 – 2 of 2) sorted by relevance
36 static struct pt_pmu pt_pmu; variable82 u32 c = pt_pmu.caps[cd->leaf * PT_CPUID_REGS_NUM + cd->reg]; in pt_cap_get()145 &pt_pmu.caps[CR_EAX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()146 &pt_pmu.caps[CR_EBX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()147 &pt_pmu.caps[CR_ECX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()148 &pt_pmu.caps[CR_EDX + i*PT_CPUID_REGS_NUM]); in pt_pmu_hw_init()1113 if (event->attr.type != pt_pmu.pmu.type) in pt_event_init()1163 pt_pmu.pmu.capabilities = in pt_init()1166 pt_pmu.pmu.capabilities |= PERF_PMU_CAP_EXCLUSIVE | PERF_PMU_CAP_ITRACE; in pt_init()1167 pt_pmu.pmu.attr_groups = pt_attr_groups; in pt_init()[all …]
65 struct pt_pmu { struct