Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/
Dperf_event.h651 struct x86_hybrid_pmu { struct
652 struct pmu pmu;
653 const char *name;
654 u8 cpu_type;
655 cpumask_t supported_cpus;
656 union perf_capabilities intel_cap;
657 u64 intel_ctrl;
658 int max_pebs_events;
682 static __always_inline struct x86_hybrid_pmu *hybrid_pmu(struct pmu *pmu) in hybrid_pmu() argument