Searched refs:pt_pmu (Results 1 – 2 of 2) sorted by relevance
36 static struct pt_pmu pt_pmu; variable76 u32 c = pt_pmu.caps[cd->leaf * 4 + cd->reg]; in pt_cap_get()132 &pt_pmu.caps[CR_EAX + i*4], in pt_pmu_hw_init()133 &pt_pmu.caps[CR_EBX + i*4], in pt_pmu_hw_init()134 &pt_pmu.caps[CR_ECX + i*4], in pt_pmu_hw_init()135 &pt_pmu.caps[CR_EDX + i*4]); in pt_pmu_hw_init()1047 if (event->attr.type != pt_pmu.pmu.type) in pt_event_init()1093 pt_pmu.pmu.capabilities = in pt_init()1096 pt_pmu.pmu.capabilities |= PERF_PMU_CAP_EXCLUSIVE | PERF_PMU_CAP_ITRACE; in pt_init()1097 pt_pmu.pmu.attr_groups = pt_attr_groups; in pt_init()[all …]
80 struct pt_pmu { struct