Home
last modified time | relevance | path

Searched refs:aux_flags (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/kernel/events/
Dring_buffer.c343 handle->aux_flags |= flags; in perf_aux_output_flag()
414 handle->aux_flags = 0; in perf_aux_output_begin()
479 bool wakeup = !!(handle->aux_flags & PERF_AUX_FLAG_TRUNCATED); in perf_aux_output_end()
485 handle->aux_flags |= PERF_AUX_FLAG_OVERWRITE; in perf_aux_output_end()
490 handle->aux_flags &= ~PERF_AUX_FLAG_OVERWRITE; in perf_aux_output_end()
508 if (size || (handle->aux_flags & ~(u64)PERF_AUX_FLAG_OVERWRITE)) in perf_aux_output_end()
510 handle->aux_flags); in perf_aux_output_end()
517 if (handle->aux_flags & PERF_AUX_FLAG_TRUNCATED) in perf_aux_output_end()
/linux-5.19.10/drivers/perf/
Darm_spe_pmu.c659 if (!(handle->aux_flags & PERF_AUX_FLAG_TRUNCATED)) { in arm_spe_pmu_irq_handler()
/linux-5.19.10/include/linux/
Dperf_event.h903 u64 aux_flags; member