summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorNeil Leeder <nleeder@codeaurora.org>2014-10-28 14:44:37 -0400
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:58:09 -0700
commit86cd54bb1953eaebbd8d466672851c545342ead0 (patch)
tree7295fe74a73b524f041579328ff53d51d1fb77f3 /include/uapi/linux
parent0c718959c8264db200f6e8bbdd417c4cc6cadf38 (diff)
perf: support hotplug
Add support for hotplugged cpu cores. Change-Id: I0538ed67f1ad90bbd0510a7ba137cb6d1ad42172 Signed-off-by: Neil Leeder <nleeder@codeaurora.org> [satyap: trivial merge conflict resolution] Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/perf_event.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h
index d801bb0d9f6d..7ac89001d223 100644
--- a/include/uapi/linux/perf_event.h
+++ b/include/uapi/linux/perf_event.h
@@ -334,7 +334,9 @@ struct perf_event_attr {
comm_exec : 1, /* flag comm events that are due to an exec */
use_clockid : 1, /* use @clockid for time fields */
context_switch : 1, /* context switch data */
- __reserved_1 : 37;
+ constraint_duplicate : 1,
+
+ __reserved_1 : 36;
union {
__u32 wakeup_events; /* wakeup every n events */