Searched refs:l2x0_pmu (Results 1 – 1 of 1) sorted by relevance
33 static struct pmu *l2x0_pmu; variable310 if (event->attr.type != l2x0_pmu->type) in l2x0_pmu_event_init()455 perf_pmu_migrate_context(l2x0_pmu, cpu, target); in l2x0_pmu_offline_cpu()465 if (!l2x0_pmu) in l2x0_pmu_suspend()468 l2x0_pmu_disable(l2x0_pmu); in l2x0_pmu_suspend()481 if (!l2x0_pmu) in l2x0_pmu_resume()491 l2x0_pmu_enable(l2x0_pmu); in l2x0_pmu_resume()530 l2x0_pmu = kzalloc(sizeof(*l2x0_pmu), GFP_KERNEL); in l2x0_pmu_init()531 if (!l2x0_pmu) { in l2x0_pmu_init()536 *l2x0_pmu = (struct pmu) { in l2x0_pmu_init()[all …]