Searched defs:x86_hybrid_pmu (Results 1 – 3 of 3) sorted by relevance
58366 struct x86_hybrid_pmu { struct58367 struct pmu pmu;58368 const char *name;58369 enum hybrid_pmu_type pmu_type;58370 cpumask_t supported_cpus;58371 union perf_capabilities intel_cap;58372 u64 intel_ctrl;58373 int max_pebs_events;58374 int num_counters;58375 int num_counters_fixed;[all …]
15815 struct x86_hybrid_pmu { struct15816 struct pmu pmu;15817 const char *name;15818 u8 cpu_type;15819 cpumask_t supported_cpus;15820 union perf_capabilities intel_cap;15821 u64 intel_ctrl;15822 int max_pebs_events;15823 int num_counters;15824 int num_counters_fixed;[all …]