Searched refs:l2cache_pmu (Results 1 – 1 of 1) sorted by relevance
109 struct l2cache_pmu { struct138 struct l2cache_pmu *l2cache_pmu; argument150 #define to_l2cache_pmu(p) (container_of(p, struct l2cache_pmu, pmu))164 struct l2cache_pmu *l2cache_pmu, int cpu) in get_cluster_pmu() argument166 return *per_cpu_ptr(l2cache_pmu->pmu_cluster, cpu); in get_cluster_pmu()344 int num_ctrs = cluster->l2cache_pmu->num_counters - 1; in l2_cache_get_event_idx()388 int num_counters = cluster->l2cache_pmu->num_counters; in l2_cache_handle_irq()443 struct l2cache_pmu *l2cache_pmu; in l2_cache_event_init() local448 l2cache_pmu = to_l2cache_pmu(event->pmu); in l2_cache_event_init()451 dev_dbg_ratelimited(&l2cache_pmu->pdev->dev, in l2_cache_event_init()[all …]