Lines Matching refs:pmu_hw_events
49 static DEFINE_PER_CPU(struct pmu_hw_events, cpu_hw_events);
275 struct pmu_hw_events *hw_events = armpmu->get_hw_events(); in armpmu_del()
292 struct pmu_hw_events *hw_events = armpmu->get_hw_events(); in armpmu_add()
327 validate_event(struct pmu *pmu, struct pmu_hw_events *hw_events, in validate_event()
359 struct pmu_hw_events fake_pmu; in validate_group()
624 struct pmu_hw_events *hw_events = armpmu->get_hw_events(); in armpmu_enable()
1044 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); in armv8pmu_enable_event()
1078 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); in armv8pmu_disable_event()
1102 struct pmu_hw_events *cpuc; in armv8pmu_handle_irq()
1163 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); in armv8pmu_start()
1174 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); in armv8pmu_stop()
1182 static int armv8pmu_get_event_idx(struct pmu_hw_events *cpuc, in armv8pmu_get_event_idx()
1374 static struct pmu_hw_events *armpmu_get_cpu_events(void) in armpmu_get_cpu_events()
1383 struct pmu_hw_events *events = &per_cpu(cpu_hw_events, cpu); in cpu_pmu_init()