Lines Matching +defs:val +defs:event
33 #define DMC_EVENT_CFG(idx, val) ((val) << (((idx) * 8) + 1)) argument
299 static inline void reg_writel(u32 val, unsigned long addr) in reg_writel()
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()
369 u32 val, emask; in uncore_start_event_l3c() local
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()
390 u32 val, cmask, emask; in uncore_start_event_dmc() local
413 static void uncore_stop_event_dmc(struct perf_event *event) in uncore_stop_event_dmc()
415 u32 val, cmask; in uncore_stop_event_dmc() local
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()
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() local