Searched refs:PERF_AUX_FLAG_TRUNCATED (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/drivers/perf/ |
H A D | arm_spe_pmu.c | 497 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()
|
/openbmc/linux/kernel/events/ |
H A D | ring_buffer.c | 485 bool wakeup = !!(handle->aux_flags & PERF_AUX_FLAG_TRUNCATED); in perf_aux_output_end() 523 if (handle->aux_flags & PERF_AUX_FLAG_TRUNCATED) in perf_aux_output_end()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 1251 #define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 1251 #define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */ macro
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | ultrasoc-smb.c | 426 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in smb_update_buffer()
|
H A D | coresight-tmc-etf.c | 546 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etf_buffer()
|
H A D | coresight-etm-perf.c | 528 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etm_event_start()
|
H A D | coresight-etb10.c | 525 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in etb_update_buffer()
|
H A D | coresight-trbe.c | 293 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in trbe_stop_and_truncate_event()
|
H A D | coresight-tmc-etr.c | 1620 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in tmc_update_etr_buffer()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | bts.c | 202 PERF_AUX_FLAG_TRUNCATED); in bts_update()
|
H A D | pt.c | 922 PERF_AUX_FLAG_TRUNCATED); in pt_handle_status() 1092 perf_aux_output_flag(handle, PERF_AUX_FLAG_TRUNCATED); in pt_buffer_reset_markers()
|
/openbmc/linux/tools/perf/util/ |
H A D | s390-cpumsf.c | 944 event->aux.flags & PERF_AUX_FLAG_TRUNCATED) in s390_cpumsf_process_event()
|
H A D | intel-bts.c | 628 (event->aux.flags & PERF_AUX_FLAG_TRUNCATED) && in intel_bts_process_event()
|
H A D | event.c | 434 event->aux.flags & PERF_AUX_FLAG_TRUNCATED ? "T" : "", in perf_event__fprintf_aux()
|
H A D | session.c | 1600 if (event->aux.flags & PERF_AUX_FLAG_TRUNCATED) in machines__deliver_event()
|
H A D | intel-pt.c | 3504 (event->aux.flags & PERF_AUX_FLAG_TRUNCATED) && in intel_pt_process_event()
|