summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2014-12-07 13:41:50 +0800
committerAndy Green <andy.green@linaro.org>2014-12-30 16:38:13 +0800
commit0be21e40416e3453b14b030d043a30beaca41af9 (patch)
treedcd9bf0c10e23407d928f4add57c0154ff912d03 /include/linux/perf_event.h
parent8e2c7ea6cdd6848142007d5643445aa545c236e4 (diff)
delta arch arm
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r--include/linux/perf_event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 486e84ccb1f9..d3eae1c0f929 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -193,6 +193,8 @@ struct pmu {
struct perf_cpu_context * __percpu pmu_cpu_context;
int task_ctx_nr;
int hrtimer_interval_ms;
+ u32 events_across_hotplug:1,
+ reserved:31;
/*
* Fully disable/enable this PMU, can be used to protect from the PMI