Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/arm64/
Dvmlinux.h121258 struct cluster_pmu { struct
121259 struct list_head next;
121260 struct perf_event *events[9];
121261 struct l2cache_pmu *l2cache_pmu;
121262 long unsigned int used_counters[1];
121263 long unsigned int used_groups[1];
121264 int irq;
121265 int cluster_id;
121266 int on_cpu;
121267 cpumask_t cluster_cpus;
[all …]
Dvmlinux_608.h121258 struct cluster_pmu { struct
121259 struct list_head next;
121260 struct perf_event *events[9];
121261 struct l2cache_pmu *l2cache_pmu;
121262 long unsigned int used_counters[1];
121263 long unsigned int used_groups[1];
121264 int irq;
121265 int cluster_id;
121266 int on_cpu;
121267 cpumask_t cluster_cpus;
[all …]