Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dperf_event.h823 #define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */ macro
/linux-4.1.27/kernel/events/
Dring_buffer.c355 flags |= PERF_AUX_FLAG_TRUNCATED; in perf_aux_output_end()