Home
last modified time | relevance | path

Searched defs:intel_uncore_pmu (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/arch/x86/events/intel/
Duncore.h124 struct intel_uncore_pmu { struct
125 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