Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/events/
Dperf_event.h636 struct x86_hybrid_pmu { struct
637 struct pmu pmu;
638 const char *name;
639 u8 cpu_type;
640 cpumask_t supported_cpus;
641 union perf_capabilities intel_cap;
665 static __always_inline struct x86_hybrid_pmu *hybrid_pmu(struct pmu *pmu) in hybrid_pmu() argument