Searched defs:intel_uncore_pmu (Results 1 – 1 of 1) sorted by relevance
121 struct intel_uncore_pmu { struct122 struct pmu pmu;123 char name[UNCORE_PMU_NAME_LEN];124 int pmu_idx;125 int func_id;126 bool registered;127 atomic_t activeboxes;151 struct intel_uncore_pmu *pmu; argument