Lines Matching refs:perf_event

105 	struct perf_event *events[TX2_PMU_MAX_COUNTERS];
111 void (*init_cntr_base)(struct perf_event *event,
113 void (*stop_event)(struct perf_event *event);
114 void (*start_event)(struct perf_event *event, int flags);
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()
523 struct perf_event *event, int *counters) in tx2_uncore_validate_event()
539 static bool tx2_uncore_validate_event_group(struct perf_event *event, in tx2_uncore_validate_event_group()
542 struct perf_event *sibling, *leader = event->group_leader; in tx2_uncore_validate_event_group()
567 static int tx2_uncore_event_init(struct perf_event *event) in tx2_uncore_event_init()
605 static void tx2_uncore_event_start(struct perf_event *event, int flags) in tx2_uncore_event_start()
629 static void tx2_uncore_event_stop(struct perf_event *event, int flags) in tx2_uncore_event_stop()
647 static int tx2_uncore_event_add(struct perf_event *event, int flags) in tx2_uncore_event_add()
670 static void tx2_uncore_event_del(struct perf_event *event, int flags) in tx2_uncore_event_del()
693 static void tx2_uncore_event_read(struct perf_event *event) in tx2_uncore_event_read()
710 struct perf_event *event = tx2_pmu->events[idx]; in tx2_hrtimer_callback()