Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-trbe.c278 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION); in trbe_report_wrap_event()
293 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in trbe_stop_and_truncate_event()
987 perf_aux_output_flag(handle, PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW); in __arm_trbe_enable()
Dcoresight-tmc-etf.c546 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etf_buffer()
Dultrasoc-smb.c433 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in smb_update_buffer()
Dcoresight-etm-perf.c528 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etm_event_start()
Dcoresight-etb10.c525 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etb_update_buffer()
Dcoresight-tmc-etr.c1620 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etr_buffer()
/Linux-v6.6/arch/x86/events/intel/
Dpt.c423 perf_aux_output_flag(&pt->handle, PERF_AUX_FLAG_PARTIAL); in pt_config_start()
921 perf_aux_output_flag(&pt->handle, in pt_handle_status()
1092 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in pt_buffer_reset_markers()
1551 perf_aux_output_flag(&pt->handle, in intel_pt_handle_vmx()
Dbts.c201 perf_aux_output_flag(&bts->handle, in bts_update()
/Linux-v6.6/drivers/perf/
Darm_spe_pmu.c497 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in __arm_spe_pmu_next_off()
609 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED | in arm_spe_pmu_buf_get_fault_act()
614 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION); in arm_spe_pmu_buf_get_fault_act()
/Linux-v6.6/kernel/events/
Dring_buffer.c338 void perf_aux_output_flag(struct perf_output_handle *handle, u64 flags) in perf_aux_output_flag() function
349 EXPORT_SYMBOL_GPL(perf_aux_output_flag);
/Linux-v6.6/include/linux/
Dperf_event.h1072 extern void perf_aux_output_flag(struct perf_output_handle *handle, u64 flags);