Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/perf/
Darm_spe_pmu.c469 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in __arm_spe_pmu_next_off()
581 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED | in arm_spe_pmu_buf_get_fault_act()
586 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION); in arm_spe_pmu_buf_get_fault_act()
/kernel/linux/linux-5.10/arch/x86/events/intel/
Dpt.c407 perf_aux_output_flag(&pt->handle, PERF_AUX_FLAG_PARTIAL); in pt_config_start()
905 perf_aux_output_flag(&pt->handle, in pt_handle_status()
1076 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in pt_buffer_reset_markers()
1545 perf_aux_output_flag(&pt->handle, in intel_pt_handle_vmx()
Dbts.c201 perf_aux_output_flag(&bts->handle, in bts_update()
/kernel/linux/linux-5.10/kernel/events/
Dring_buffer.c337 void perf_aux_output_flag(struct perf_output_handle *handle, u64 flags) in perf_aux_output_flag() function
348 EXPORT_SYMBOL_GPL(perf_aux_output_flag);
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c355 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etm_event_start()
Dcoresight-tmc-etf.c520 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etf_buffer()
Dcoresight-etb10.c523 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etb_update_buffer()
Dcoresight-tmc-etr.c1574 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etr_buffer()
/kernel/linux/linux-5.10/include/linux/
Dperf_event.h944 extern void perf_aux_output_flag(struct perf_output_handle *handle, u64 flags);