Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dring_buffer.c351 if (WARN_ON_ONCE(flags & PERF_AUX_FLAG_OVERWRITE)) in perf_aux_output_flag()
496 handle->aux_flags |= PERF_AUX_FLAG_OVERWRITE; in perf_aux_output_end()
501 handle->aux_flags &= ~PERF_AUX_FLAG_OVERWRITE; in perf_aux_output_end()
519 if (size || (handle->aux_flags & ~(u64)PERF_AUX_FLAG_OVERWRITE)) in perf_aux_output_end()
/linux/include/uapi/linux/
H A Dperf_event.h1284 #define PERF_AUX_FLAG_OVERWRITE 0x0002 /* Snapshot from overwrite mode */ macro
/linux/tools/include/uapi/linux/
H A Dperf_event.h1284 #define PERF_AUX_FLAG_OVERWRITE 0x0002 /* Snapshot from overwrite mode */ macro
/linux/tools/perf/util/
H A Dcs-etm.c3072 if (aux_event->flags & PERF_AUX_FLAG_OVERWRITE) { in cs_etm__queue_aux_fragment()