Searched defs:intel_uncore_pmu (Results 1 – 1 of 1) sorted by relevance
124 struct intel_uncore_pmu { struct125 struct pmu pmu;126 char name[UNCORE_PMU_NAME_LEN];127 int pmu_idx;128 bool registered;129 atomic_t activeboxes;130 cpumask_t cpu_mask;154 struct intel_uncore_pmu *pmu; argument