Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dperf_event.h887 #define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */ macro
/tools/perf/util/
Devent.c1160 event->aux.flags & PERF_AUX_FLAG_OVERWRITE ? "O" : ""); in perf_event__fprintf_aux()