Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dperf_event.h874 #define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */ macro
/linux-4.4.14/kernel/events/
Dring_buffer.c359 flags |= PERF_AUX_FLAG_OVERWRITE; in perf_aux_output_end()
/linux-4.4.14/tools/perf/util/
Devent.c831 event->aux.flags & PERF_AUX_FLAG_OVERWRITE ? "O" : ""); in perf_event__fprintf_aux()