Lines Matching defs:handle

139 	struct perf_output_handle * __percpu *handle;  member
262 static void trbe_report_wrap_event(struct perf_output_handle *handle) in trbe_report_wrap_event()
281 static void trbe_stop_and_truncate_event(struct perf_output_handle *handle) in trbe_stop_and_truncate_event()
346 static void trbe_pad_buf(struct perf_output_handle *handle, int len) in trbe_pad_buf()
356 static unsigned long trbe_snapshot_offset(struct perf_output_handle *handle) in trbe_snapshot_offset()
368 static u64 trbe_min_trace_buf_size(struct perf_output_handle *handle) in trbe_min_trace_buf_size()
397 static unsigned long __trbe_normal_offset(struct perf_output_handle *handle) in __trbe_normal_offset()
546 static unsigned long trbe_normal_offset(struct perf_output_handle *handle) in trbe_normal_offset()
568 static unsigned long compute_trbe_buffer_limit(struct perf_output_handle *handle) in compute_trbe_buffer_limit()
647 static enum trbe_fault_action trbe_get_fault_act(struct perf_output_handle *handle, in trbe_get_fault_act()
675 static unsigned long trbe_get_trace_size(struct perf_output_handle *handle, in trbe_get_trace_size()
781 struct perf_output_handle *handle, in arm_trbe_update_buffer()
983 struct perf_output_handle *handle) in __arm_trbe_enable()
1014 struct perf_output_handle *handle = data; in arm_trbe_enable() local
1048 static void trbe_handle_spurious(struct perf_output_handle *handle) in trbe_handle_spurious()
1061 static int trbe_handle_overflow(struct perf_output_handle *handle) in trbe_handle_overflow()
1090 static bool is_perf_trbe(struct perf_output_handle *handle) in is_perf_trbe()
1115 struct perf_output_handle *handle = *handle_ptr; in arm_trbe_irq_handler() local