Home
last modified time | relevance | path

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

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