Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Duncore.h96 struct intel_uncore_pmu { struct
97 struct pmu pmu;
98 char name[UNCORE_PMU_NAME_LEN];
99 int pmu_idx;
100 int func_id;
101 bool registered;
102 atomic_t activeboxes;
103 struct intel_uncore_type *type;
127 struct intel_uncore_pmu *pmu; argument