Searched defs:intel_uncore_pmu (Results 1 – 1 of 1) sorted by relevance
92 struct intel_uncore_pmu { struct93 struct pmu pmu;94 char name[UNCORE_PMU_NAME_LEN];95 int pmu_idx;96 int func_id;97 bool registered;98 atomic_t activeboxes;99 struct intel_uncore_type *type;123 struct intel_uncore_pmu *pmu; argument