Lines Matching defs:event

331 static bool armv8pmu_event_is_64bit(struct perf_event *event)  in armv8pmu_event_is_64bit()
336 static bool armv8pmu_event_want_user_access(struct perf_event *event) in armv8pmu_event_want_user_access()
471 static bool armv8pmu_event_has_user_read(struct perf_event *event) in armv8pmu_event_has_user_read()
481 static bool armv8pmu_event_is_chained(struct perf_event *event) in armv8pmu_event_is_chained()
531 static u64 armv8pmu_read_hw_counter(struct perf_event *event) in armv8pmu_read_hw_counter()
547 static bool armv8pmu_event_needs_bias(struct perf_event *event) in armv8pmu_event_needs_bias()
563 static u64 armv8pmu_bias_long_counter(struct perf_event *event, u64 value) in armv8pmu_bias_long_counter()
571 static u64 armv8pmu_unbias_long_counter(struct perf_event *event, u64 value) in armv8pmu_unbias_long_counter()
579 static u64 armv8pmu_read_counter(struct perf_event *event) in armv8pmu_read_counter()
600 static void armv8pmu_write_hw_counter(struct perf_event *event, in armv8pmu_write_hw_counter()
613 static void armv8pmu_write_counter(struct perf_event *event, u64 value) in armv8pmu_write_counter()
641 static void armv8pmu_write_event_type(struct perf_event *event) in armv8pmu_write_event_type()
665 static u32 armv8pmu_event_cnten_mask(struct perf_event *event) in armv8pmu_event_cnten_mask()
685 static void armv8pmu_enable_event_counter(struct perf_event *event) in armv8pmu_enable_event_counter()
707 static void armv8pmu_disable_event_counter(struct perf_event *event) in armv8pmu_disable_event_counter()
724 static void armv8pmu_enable_event_irq(struct perf_event *event) in armv8pmu_enable_event_irq()
739 static void armv8pmu_disable_event_irq(struct perf_event *event) in armv8pmu_disable_event_irq()
796 static void armv8pmu_enable_event(struct perf_event *event) in armv8pmu_enable_event()
808 static void armv8pmu_disable_event(struct perf_event *event) in armv8pmu_disable_event()
870 struct perf_event *event = cpuc->events[idx]; in armv8pmu_handle_irq() local
937 struct perf_event *event) in armv8pmu_get_event_idx()
963 struct perf_event *event) in armv8pmu_clear_event_idx()
972 static int armv8pmu_user_event_idx(struct perf_event *event) in armv8pmu_user_event_idx()
991 static int armv8pmu_set_event_filter(struct hw_perf_event *event, in armv8pmu_set_event_filter()
1083 struct perf_event *event) in __armv8_pmuv3_map_event_id()
1104 static int __armv8_pmuv3_map_event(struct perf_event *event, in __armv8_pmuv3_map_event()
1157 static int armv8_pmuv3_map_event(struct perf_event *event) in armv8_pmuv3_map_event()
1162 static int armv8_a53_map_event(struct perf_event *event) in armv8_a53_map_event()
1167 static int armv8_a57_map_event(struct perf_event *event) in armv8_a57_map_event()
1172 static int armv8_a73_map_event(struct perf_event *event) in armv8_a73_map_event()
1177 static int armv8_thunder_map_event(struct perf_event *event) in armv8_thunder_map_event()
1183 static int armv8_vulcan_map_event(struct perf_event *event) in armv8_vulcan_map_event()
1288 int (*map_event)(struct perf_event *event)) in armv8_pmu_init()