Lines Matching refs:perf_event
107 struct perf_event **events;
665 static int pmu_get_event_idx(struct cci_pmu_hw_events *hw, struct perf_event *event) in pmu_get_event_idx()
683 static int pmu_map_event(struct perf_event *event) in pmu_map_event()
741 static u32 pmu_read_counter(struct perf_event *event) in pmu_read_counter()
757 static void pmu_write_counter(struct perf_event *event, u32 value) in pmu_write_counter()
769 static u64 pmu_event_update(struct perf_event *event) in pmu_event_update()
787 static void pmu_read(struct perf_event *event) in pmu_read()
792 void pmu_event_set_period(struct perf_event *event) in pmu_event_set_period()
820 struct perf_event *event = events->events[idx]; in pmu_handle_irq()
860 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
917 static void cci_pmu_start(struct perf_event *event, int pmu_flags) in cci_pmu_start()
951 static void cci_pmu_stop(struct perf_event *event, int pmu_flags) in cci_pmu_stop()
974 static int cci_pmu_add(struct perf_event *event, int flags) in cci_pmu_add()
1006 static void cci_pmu_del(struct perf_event *event, int flags) in cci_pmu_del()
1023 struct perf_event *event) in validate_event()
1046 validate_group(struct perf_event *event) in validate_group()
1048 struct perf_event *sibling, *leader = event->group_leader; in validate_group()
1075 __hw_perf_event_init(struct perf_event *event) in __hw_perf_event_init()
1120 static int cci_pmu_event_init(struct perf_event *event) in cci_pmu_event_init()