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