Searched refs:get_hw_events (Results 1 – 2 of 2) sorted by relevance
230 struct pmu_hw_events *cpuc = cpu_pmu->get_hw_events(); in nds32_pmu_handle_irq()418 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); in nds32_pmu_enable_event()469 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); in nds32_pmu_disable_event()599 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); in nds32_pmu_start()616 struct pmu_hw_events *events = cpu_pmu->get_hw_events(); in nds32_pmu_stop()697 struct pmu_hw_events *hw_events = nds32_pmu->get_hw_events(); in nds32_pmu_enable()909 struct pmu_hw_events *hw_events = nds32_pmu->get_hw_events(); in nds32_pmu_add()987 struct pmu_hw_events *hw_events = nds32_pmu->get_hw_events(); in nds32_pmu_del()1113 cpu_pmu->get_hw_events = cpu_pmu_get_cpu_events; in cpu_pmu_init()
86 struct pmu_hw_events *(*get_hw_events)(void); member