Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/intel/
Duncore.h92 struct intel_uncore_pmu { struct
93 struct pmu pmu;
94 char name[UNCORE_PMU_NAME_LEN];
95 int pmu_idx;
96 int func_id;
97 bool registered;
98 atomic_t activeboxes;
99 struct intel_uncore_type *type;
123 struct intel_uncore_pmu *pmu; argument