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.c347 handle->aux_flags |= flags; in perf_aux_output_flag()
418 handle->aux_flags = 0; in perf_aux_output_begin()
483 bool wakeup = !!(handle->aux_flags & PERF_AUX_FLAG_TRUNCATED); in perf_aux_output_end()
489 handle->aux_flags |= PERF_AUX_FLAG_OVERWRITE; in perf_aux_output_end()
494 handle->aux_flags &= ~PERF_AUX_FLAG_OVERWRITE; in perf_aux_output_end()
512 if (size || (handle->aux_flags & ~(u64)PERF_AUX_FLAG_OVERWRITE)) in perf_aux_output_end()
514 handle->aux_flags); in perf_aux_output_end()
521 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.h1018 u64 aux_flags; member