Searched refs:PERF_AUX_FLAG_OVERWRITE (Results 1 – 4 of 4) sorted by relevance
351 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()
1284 #define PERF_AUX_FLAG_OVERWRITE 0x0002 /* Snapshot from overwrite mode */ macro
3072 if (aux_event->flags & PERF_AUX_FLAG_OVERWRITE) { in cs_etm__queue_aux_fragment()