aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/perf_event.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h
index 00d8274730b4..0041aedf2297 100644
--- a/include/uapi/linux/perf_event.h
+++ b/include/uapi/linux/perf_event.h
@@ -375,9 +375,11 @@ struct perf_event_mmap_page {
375 __u64 time_running; /* time event on cpu */ 375 __u64 time_running; /* time event on cpu */
376 union { 376 union {
377 __u64 capabilities; 377 __u64 capabilities;
378 __u64 cap_usr_time : 1, 378 struct {
379 cap_usr_rdpmc : 1, 379 __u64 cap_usr_time : 1,
380 cap_____res : 62; 380 cap_usr_rdpmc : 1,
381 cap_____res : 62;
382 };
381 }; 383 };
382 384
383 /* 385 /*