aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/perf_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h
index 8904ad3a850b..29ef2f73bb4a 100644
--- a/include/uapi/linux/perf_event.h
+++ b/include/uapi/linux/perf_event.h
@@ -803,6 +803,7 @@ enum perf_callchain_context {
803 * PERF_RECORD_AUX::flags bits 803 * PERF_RECORD_AUX::flags bits
804 */ 804 */
805#define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */ 805#define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */
806#define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */
806 807
807#define PERF_FLAG_FD_NO_GROUP (1UL << 0) 808#define PERF_FLAG_FD_NO_GROUP (1UL << 0)
808#define PERF_FLAG_FD_OUTPUT (1UL << 1) 809#define PERF_FLAG_FD_OUTPUT (1UL << 1)