Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dperf_event.h824 #define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */ macro
/linux-4.1.27/kernel/events/
Dring_buffer.c359 flags |= PERF_AUX_FLAG_OVERWRITE; in perf_aux_output_end()