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