Home
last modified time | relevance | path

Searched refs:PERF_AUX_FLAG_TRUNCATED (Results 1 – 17 of 17) sorted by relevance

/linux-6.6.21/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()
688 if (!(handle->aux_flags & PERF_AUX_FLAG_TRUNCATED)) { in arm_spe_pmu_irq_handler()
/linux-6.6.21/kernel/events/
Dring_buffer.c483 bool wakeup = !!(handle->aux_flags & PERF_AUX_FLAG_TRUNCATED); in perf_aux_output_end()
521 if (handle->aux_flags & PERF_AUX_FLAG_TRUNCATED) in perf_aux_output_end()
/linux-6.6.21/include/uapi/linux/
Dperf_event.h1251 #define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */ macro
/linux-6.6.21/tools/include/uapi/linux/
Dperf_event.h1251 #define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */ macro
/linux-6.6.21/drivers/hwtracing/coresight/
Dcoresight-tmc-etf.c546 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etf_buffer()
Dultrasoc-smb.c426 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-trbe.c293 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in trbe_stop_and_truncate_event()
Dcoresight-tmc-etr.c1620 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etr_buffer()
/linux-6.6.21/arch/x86/events/intel/
Dbts.c202 PERF_AUX_FLAG_TRUNCATED); in bts_update()
Dpt.c922 PERF_AUX_FLAG_TRUNCATED); in pt_handle_status()
1092 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in pt_buffer_reset_markers()
/linux-6.6.21/tools/perf/util/
Devent.c434 event->aux.flags & PERF_AUX_FLAG_TRUNCATED ? "T" : "", in perf_event__fprintf_aux()
Ds390-cpumsf.c944 event->aux.flags & PERF_AUX_FLAG_TRUNCATED) in s390_cpumsf_process_event()
Dintel-bts.c628 (event->aux.flags & PERF_AUX_FLAG_TRUNCATED) && in intel_bts_process_event()
Dsession.c1592 if (event->aux.flags & PERF_AUX_FLAG_TRUNCATED) in machines__deliver_event()
Dintel-pt.c3502 (event->aux.flags & PERF_AUX_FLAG_TRUNCATED) && in intel_pt_process_event()