Lines Matching defs:event
322 static void init_cntr_base_l3c(struct perf_event *event, in init_cntr_base_l3c()
338 static void init_cntr_base_dmc(struct perf_event *event, in init_cntr_base_dmc()
354 static void init_cntr_base_ccpi2(struct perf_event *event, in init_cntr_base_ccpi2()
367 static void uncore_start_event_l3c(struct perf_event *event, int flags) in uncore_start_event_l3c()
383 static inline void uncore_stop_event_l3c(struct perf_event *event) in uncore_stop_event_l3c()
388 static void uncore_start_event_dmc(struct perf_event *event, int flags) in uncore_start_event_dmc()
413 static void uncore_stop_event_dmc(struct perf_event *event) in uncore_stop_event_dmc()
430 static void uncore_start_event_ccpi2(struct perf_event *event, int flags) in uncore_start_event_ccpi2()
455 static void uncore_stop_event_ccpi2(struct perf_event *event) in uncore_stop_event_ccpi2()
463 static void tx2_uncore_event_update(struct perf_event *event) in tx2_uncore_event_update()
528 struct perf_event *event, int *counters) in tx2_uncore_validate_event()
544 static bool tx2_uncore_validate_event_group(struct perf_event *event, in tx2_uncore_validate_event_group()
572 static int tx2_uncore_event_init(struct perf_event *event) in tx2_uncore_event_init()
610 static void tx2_uncore_event_start(struct perf_event *event, int flags) in tx2_uncore_event_start()
634 static void tx2_uncore_event_stop(struct perf_event *event, int flags) in tx2_uncore_event_stop()
652 static int tx2_uncore_event_add(struct perf_event *event, int flags) in tx2_uncore_event_add()
675 static void tx2_uncore_event_del(struct perf_event *event, int flags) in tx2_uncore_event_del()
698 static void tx2_uncore_event_read(struct perf_event *event) in tx2_uncore_event_read()
715 struct perf_event *event = tx2_pmu->events[idx]; in tx2_hrtimer_callback() local