Searched refs:PERF_AUX_FLAG_OVERWRITE (Results 1 – 3 of 3) sorted by relevance
808 #define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */ macro
990 #define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */ macro
687 sample->set_is_overwrite(aux.flags & PERF_AUX_FLAG_OVERWRITE ? true : false); in SerializeAuxEvent()689 if (aux.flags & ~(PERF_AUX_FLAG_TRUNCATED | PERF_AUX_FLAG_OVERWRITE | in SerializeAuxEvent()703 aux.flags |= sample.is_overwrite() ? PERF_AUX_FLAG_OVERWRITE : 0; in DeserializeAuxEvent()