Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h58366 struct x86_hybrid_pmu { struct
58367 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 …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h15815 struct x86_hybrid_pmu { struct
15816 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 …]
Dvmlinux_518.h15815 struct x86_hybrid_pmu { struct
15816 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 …]