Home
last modified time | relevance | path

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

/openbmc/linux/kernel/events/
H A Dring_buffer.c349 handle->aux_flags |= flags; in perf_aux_output_flag()
420 handle->aux_flags = 0; in perf_aux_output_begin()
485 bool wakeup = !!(handle->aux_flags & PERF_AUX_FLAG_TRUNCATED); in perf_aux_output_end()
491 handle->aux_flags |= PERF_AUX_FLAG_OVERWRITE; in perf_aux_output_end()
496 handle->aux_flags &= ~PERF_AUX_FLAG_OVERWRITE; in perf_aux_output_end()
514 if (size || (handle->aux_flags & ~(u64)PERF_AUX_FLAG_OVERWRITE)) in perf_aux_output_end()
516 handle->aux_flags); in perf_aux_output_end()
523 if (handle->aux_flags & PERF_AUX_FLAG_TRUNCATED) in perf_aux_output_end()
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c45 u8 aux_flags; /* 35 */ member
/openbmc/linux/drivers/perf/
H A Darm_spe_pmu.c688 if (!(handle->aux_flags & PERF_AUX_FLAG_TRUNCATED)) { in arm_spe_pmu_irq_handler()
/openbmc/linux/include/linux/
H A Dperf_event.h1019 u64 aux_flags; member