Home
last modified time | relevance | path

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

/linux-5.10/arch/x86/events/intel/
Duncore.h109 struct intel_uncore_pmu { struct
110 struct pmu pmu;
111 char name[UNCORE_PMU_NAME_LEN];
112 int pmu_idx;
113 int func_id;
114 bool registered;
115 atomic_t activeboxes;
116 struct intel_uncore_type *type;
140 struct intel_uncore_pmu *pmu; argument