Home
last modified time | relevance | path

Searched refs:l2cache_pmu (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/perf/
Dqcom_l2_pmu.c159 struct l2cache_pmu { struct
188 struct l2cache_pmu *l2cache_pmu; argument
200 #define to_l2cache_pmu(p) (container_of(p, struct l2cache_pmu, pmu))
214 struct l2cache_pmu *l2cache_pmu, int cpu) in get_cluster_pmu() argument
216 return *per_cpu_ptr(l2cache_pmu->pmu_cluster, cpu); in get_cluster_pmu()
394 int num_ctrs = cluster->l2cache_pmu->num_counters - 1; in l2_cache_get_event_idx()
438 int num_counters = cluster->l2cache_pmu->num_counters; in l2_cache_handle_irq()
493 struct l2cache_pmu *l2cache_pmu; in l2_cache_event_init() local
498 l2cache_pmu = to_l2cache_pmu(event->pmu); in l2_cache_event_init()
501 dev_dbg_ratelimited(&l2cache_pmu->pdev->dev, in l2_cache_event_init()
[all …]