Searched refs:perf_aux_output_flag (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/hwtracing/coresight/ |
D | coresight-trbe.c | 135 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in trbe_stop_and_truncate_event() 259 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in __trbe_normal_offset() 363 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in __trbe_normal_offset() 557 perf_aux_output_flag(handle, PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW); in arm_trbe_update_buffer() 622 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in arm_trbe_update_buffer() 713 perf_aux_output_flag(handle, PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW | in trbe_handle_overflow()
|
D | coresight-tmc-etf.c | 522 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etf_buffer()
|
D | coresight-etm-perf.c | 484 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etm_event_start()
|
D | coresight-etb10.c | 524 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etb_update_buffer()
|
D | coresight-tmc-etr.c | 1574 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etr_buffer()
|
/Linux-v5.15/drivers/perf/ |
D | arm_spe_pmu.c | 449 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in __arm_spe_pmu_next_off() 561 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED | in arm_spe_pmu_buf_get_fault_act() 566 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION); in arm_spe_pmu_buf_get_fault_act()
|
/Linux-v5.15/arch/x86/events/intel/ |
D | pt.c | 405 perf_aux_output_flag(&pt->handle, PERF_AUX_FLAG_PARTIAL); in pt_config_start() 902 perf_aux_output_flag(&pt->handle, in pt_handle_status() 1073 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in pt_buffer_reset_markers() 1498 perf_aux_output_flag(&pt->handle, in intel_pt_handle_vmx()
|
D | bts.c | 201 perf_aux_output_flag(&bts->handle, in bts_update()
|
/Linux-v5.15/kernel/events/ |
D | ring_buffer.c | 334 void perf_aux_output_flag(struct perf_output_handle *handle, u64 flags) in perf_aux_output_flag() function 345 EXPORT_SYMBOL_GPL(perf_aux_output_flag);
|
/Linux-v5.15/include/linux/ |
D | perf_event.h | 954 extern void perf_aux_output_flag(struct perf_output_handle *handle, u64 flags);
|