Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Dqcom_l2_pmu.c109 struct l2cache_pmu { struct
138 struct l2cache_pmu *l2cache_pmu; member
150 #define to_l2cache_pmu(p) (container_of(p, struct l2cache_pmu, pmu))
164 struct l2cache_pmu *l2cache_pmu, int cpu) in get_cluster_pmu() argument
166 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() local
448 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 …]