aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/perf_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/linux/perf_event.h')
-rw-r--r--original/uapi/linux/perf_event.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/original/uapi/linux/perf_event.h b/original/uapi/linux/perf_event.h
index ccb7f5d..3767543 100644
--- a/original/uapi/linux/perf_event.h
+++ b/original/uapi/linux/perf_event.h
@@ -374,6 +374,7 @@ enum perf_event_read_format {
#define PERF_ATTR_SIZE_VER5 112 /* add: aux_watermark */
#define PERF_ATTR_SIZE_VER6 120 /* add: aux_sample_size */
#define PERF_ATTR_SIZE_VER7 128 /* add: sig_data */
+#define PERF_ATTR_SIZE_VER8 136 /* add: config3 */
/*
* Hardware event_id to monitor via a performance monitoring event:
@@ -515,6 +516,8 @@ struct perf_event_attr {
* truncated accordingly on 32 bit architectures.
*/
__u64 sig_data;
+
+ __u64 config3; /* extension of config2 */
};
/*