Home
last modified time | relevance | path

Searched refs:perf_aux_output_flag (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c282 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 Dultrasoc-smb.c403 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in smb_update_buffer()
H A Dcoresight-tmc-etf.c550 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etf_buffer()
H A Dcoresight-etm-perf.c540 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etm_event_start()
H A Dcoresight-etb10.c524 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etb_update_buffer()
H A Dcoresight-tmc-etr.c1716 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etr_buffer()
/linux-6.15/arch/x86/events/intel/
H A Dpt.c427 perf_aux_output_flag(&pt->handle, PERF_AUX_FLAG_PARTIAL); in pt_config_start()
948 perf_aux_output_flag(&pt->handle, in pt_handle_status()
1119 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in pt_buffer_reset_markers()
1583 perf_aux_output_flag(&pt->handle, in intel_pt_handle_vmx()
H A Dbts.c201 perf_aux_output_flag(&bts->handle, in bts_update()
/linux-6.15/drivers/perf/
H A Darm_spe_pmu.c484 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in __arm_spe_pmu_next_off()
602 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED | in arm_spe_pmu_buf_get_fault_act()
607 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION); in arm_spe_pmu_buf_get_fault_act()
/linux-6.15/kernel/events/
H A Dring_buffer.c345 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-6.15/include/linux/
H A Dperf_event.h1154 extern void perf_aux_output_flag(struct perf_output_handle *handle, u64 flags);