Searched defs:intel_uncore_pmu (Results 1 – 1 of 1) sorted by relevance
96 struct intel_uncore_pmu { struct97 struct pmu pmu;98 char name[UNCORE_PMU_NAME_LEN];99 int pmu_idx;100 int func_id;101 bool registered;102 atomic_t activeboxes;103 struct intel_uncore_type *type;127 struct intel_uncore_pmu *pmu; argument