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 int func_id;129 bool registered;130 atomic_t activeboxes;131 cpumask_t cpu_mask;155 struct intel_uncore_pmu *pmu; argument