/linux-6.1.9/kernel/events/ |
D | ring_buffer.c | 20 static void perf_output_wakeup(struct perf_output_handle *handle) in perf_output_wakeup() 36 static void perf_output_get_handle(struct perf_output_handle *handle) in perf_output_get_handle() 50 static void perf_output_put_handle(struct perf_output_handle *handle) in perf_output_put_handle() 149 __perf_output_begin(struct perf_output_handle *handle, in __perf_output_begin() 267 int perf_output_begin_forward(struct perf_output_handle *handle, in perf_output_begin_forward() 274 int perf_output_begin_backward(struct perf_output_handle *handle, in perf_output_begin_backward() 281 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin() 290 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() 296 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip() 302 void perf_output_end(struct perf_output_handle *handle) in perf_output_end() [all …]
|
D | internal.h | 163 func_name(struct perf_output_handle *handle, \ 168 __output_custom(struct perf_output_handle *handle, perf_copy_f copy_func, in __output_custom()
|
D | core.c | 6630 perf_output_sample_regs(struct perf_output_handle *handle, in perf_output_sample_regs() 6724 perf_output_sample_ustack(struct perf_output_handle *handle, u64 dump_size, in perf_output_sample_ustack() 6802 struct perf_output_handle *handle, in perf_pmu_snapshot_aux() 6835 struct perf_output_handle *handle, in perf_aux_sample_output() 6915 static void __perf_event__output_id_sample(struct perf_output_handle *handle, in __perf_event__output_id_sample() 6940 struct perf_output_handle *handle, in perf_event__output_id_sample() 6947 static void perf_output_read_one(struct perf_output_handle *handle, in perf_output_read_one() 6972 static void perf_output_read_group(struct perf_output_handle *handle, in perf_output_read_group() 7037 static void perf_output_read(struct perf_output_handle *handle, in perf_output_read() 7061 void perf_output_sample(struct perf_output_handle *handle, in perf_output_sample() [all …]
|
/linux-6.1.9/include/linux/ |
D | perf_event.h | 290 struct perf_output_handle; 486 struct perf_output_handle *handle, 931 struct perf_output_handle { struct 985 extern void *perf_aux_output_begin(struct perf_output_handle *handle, 987 extern void perf_aux_output_end(struct perf_output_handle *handle, 989 extern int perf_aux_output_skip(struct perf_output_handle *handle, 991 extern void *perf_get_aux(struct perf_output_handle *handle); 992 extern void perf_aux_output_flag(struct perf_output_handle *handle, u64 flags); 1118 extern void perf_output_sample(struct perf_output_handle *handle, 1157 struct perf_output_handle *handle, [all …]
|
D | coresight.h | 297 struct perf_output_handle *handle,
|
/linux-6.1.9/drivers/hwtracing/coresight/ |
D | coresight-trbe.c | 139 struct perf_output_handle * __percpu *handle; 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() 646 static enum trbe_fault_action trbe_get_fault_act(struct perf_output_handle *handle, in trbe_get_fault_act() [all …]
|
D | coresight-etm-perf.h | 67 static inline void *etm_perf_sink_config(struct perf_output_handle *handle) in etm_perf_sink_config() 84 static inline void *etm_perf_sink_config(struct perf_output_handle *handle) in etm_perf_sink_config()
|
D | coresight-tmc-etf.c | 17 struct perf_output_handle *handle); 231 struct perf_output_handle *handle = data; in tmc_enable_etf_sink_perf() 421 struct perf_output_handle *handle) in tmc_set_etf_buffer() 445 struct perf_output_handle *handle, in tmc_update_etf_buffer()
|
D | coresight-etb10.c | 98 struct perf_output_handle *handle); 178 struct perf_output_handle *handle = data; in etb_enable_perf() 404 struct perf_output_handle *handle) in etb_set_buffer() 428 struct perf_output_handle *handle, in etb_update_buffer()
|
D | coresight-etm-perf.c | 44 struct perf_output_handle handle; 432 struct perf_output_handle *handle = &ctxt->handle; in etm_event_start() 510 struct perf_output_handle *handle = &ctxt->handle; in etm_event_stop()
|
D | coresight-tmc-etr.c | 1513 struct perf_output_handle *handle, in tmc_update_etr_buffer() 1608 struct perf_output_handle *handle = data; in tmc_enable_etr_sink_perf()
|
/linux-6.1.9/drivers/perf/ |
D | arm_spe_pmu.c | 92 struct perf_output_handle __percpu *handle; 365 static void arm_spe_pmu_pad_buf(struct perf_output_handle *handle, int len) in arm_spe_pmu_pad_buf() 375 static u64 arm_spe_pmu_next_snapshot_off(struct perf_output_handle *handle) in arm_spe_pmu_next_snapshot_off() 404 static u64 __arm_spe_pmu_next_off(struct perf_output_handle *handle) in __arm_spe_pmu_next_off() 474 static u64 arm_spe_pmu_next_off(struct perf_output_handle *handle) in arm_spe_pmu_next_off() 493 static void arm_spe_perf_aux_output_begin(struct perf_output_handle *handle, in arm_spe_perf_aux_output_begin() 524 static void arm_spe_perf_aux_output_end(struct perf_output_handle *handle) in arm_spe_perf_aux_output_end() 555 arm_spe_pmu_buf_get_fault_act(struct perf_output_handle *handle) in arm_spe_pmu_buf_get_fault_act() 626 struct perf_output_handle *handle = dev; in arm_spe_pmu_irq_handler() 747 struct perf_output_handle *handle = this_cpu_ptr(spe_pmu->handle); in arm_spe_pmu_start() [all …]
|
/linux-6.1.9/arch/x86/events/intel/ |
D | pt.h | 124 struct perf_output_handle handle;
|
D | bts.c | 24 struct perf_output_handle handle; 221 bts_buffer_reset(struct bts_buffer *buf, struct perf_output_handle *handle); 375 bts_buffer_reset(struct bts_buffer *buf, struct perf_output_handle *handle) in bts_buffer_reset()
|
D | pt.c | 1081 struct perf_output_handle *handle) in pt_buffer_reset_markers() 1637 struct perf_output_handle *handle, in pt_event_snapshot_aux()
|
D | ds.c | 711 struct perf_output_handle handle; in intel_pmu_drain_bts_buffer()
|
/linux-6.1.9/drivers/hwtracing/ptt/ |
D | hisi_ptt.h | 123 struct perf_output_handle handle;
|
D | hisi_ptt.c | 243 struct perf_output_handle *handle = &ctrl->handle; in hisi_ptt_update_aux() 728 struct perf_output_handle *handle = &hisi_ptt->trace_ctrl.handle; in hisi_ptt_pmu_start()
|
/linux-6.1.9/arch/s390/kernel/ |
D | perf_cpum_sf.c | 95 struct perf_output_handle handle; /* AUX buffer output handle */ 664 struct perf_output_handle handle; in cpumsf_output_event_pid() 1390 static void aux_output_end(struct perf_output_handle *handle) in aux_output_end() 1426 static int aux_output_begin(struct perf_output_handle *handle, in aux_output_begin() 1612 struct perf_output_handle *handle = &cpuhw->handle; in hw_collect_aux()
|
/linux-6.1.9/arch/powerpc/perf/ |
D | imc-pmu.c | 1340 struct perf_output_handle handle; in dump_trace_imc_data()
|