Searched refs:perf_aux_output_flag (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-trbe.c | 282 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION); in trbe_report_wrap_event() 297 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in trbe_stop_and_truncate_event() 991 perf_aux_output_flag(handle, PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW); in __arm_trbe_enable()
|
H A D | coresight-tmc-etf.c | 551 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etf_buffer()
|
H A D | coresight-etm-perf.c | 569 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etm_event_start()
|
H A D | coresight-etb10.c | 524 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etb_update_buffer()
|
H A D | coresight-tmc-etr.c | 1724 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etr_buffer()
|
/linux/drivers/perf/ |
H A D | arm_spe_pmu.c | 488 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in __arm_spe_pmu_next_off() 606 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED | in arm_spe_pmu_buf_get_fault_act() 611 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION); in arm_spe_pmu_buf_get_fault_act()
|
/linux/kernel/events/ |
H A D | ring_buffer.c | 345 void perf_aux_output_flag(struct perf_output_handle *handle, u64 flags) in perf_aux_output_flag() function 356 EXPORT_SYMBOL_GPL(perf_aux_output_flag);
|
/linux/include/linux/ |
H A D | perf_event.h | 1211 extern void perf_aux_output_flag(struct perf_output_handle *handle, u64 flags);
|