Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h808 #define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */ macro
/external/kernel-headers/original/uapi/linux/
Dperf_event.h990 #define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */ macro
/external/perf_data_converter/src/quipper/
Dperf_serializer.cc687 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()