summaryrefslogtreecommitdiff
path: root/src/perf_event_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/perf_event_struct.h')
-rw-r--r--src/perf_event_struct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/perf_event_struct.h b/src/perf_event_struct.h
index 4d4f989c2..1f237b0a7 100644
--- a/src/perf_event_struct.h
+++ b/src/perf_event_struct.h
@@ -52,7 +52,8 @@ struct perf_event_attr {
ksymbol :1,
bpf_event :1,
aux_output :1,
- __reserved_1 :32;
+ cgroup :1,
+ __reserved_1 :31;
union {
uint32_t wakeup_events;
uint32_t wakeup_watermark;