Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Dqcom_l2_pmu.c135 struct cluster_pmu { struct
136 struct list_head next;
137 struct perf_event *events[MAX_L2_CTRS];
138 struct l2cache_pmu *l2cache_pmu;
163 static inline struct cluster_pmu *get_cluster_pmu( in get_cluster_pmu() argument