Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dperf_event.h1191 #define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */ macro
/tools/perf/util/
Devent.c400 event->aux.flags & PERF_AUX_FLAG_OVERWRITE ? "O" : "", in perf_event__fprintf_aux()
Dcs-etm.c2762 if (aux_event->flags & PERF_AUX_FLAG_OVERWRITE) { in cs_etm__queue_aux_fragment()