Searched defs:intel_uncore_pmu (Results 1 – 1 of 1) sorted by relevance
109 struct intel_uncore_pmu { struct110 struct pmu pmu;111 char name[UNCORE_PMU_NAME_LEN];112 int pmu_idx;113 int func_id;114 bool registered;115 atomic_t activeboxes;116 struct intel_uncore_type *type;140 struct intel_uncore_pmu *pmu; argument