aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r--include/linux/perf_event.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index b22176d3ebdf..4ab4f0ca09a1 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -861,12 +861,6 @@ struct perf_cpu_context {
861 struct perf_event_context *task_ctx; 861 struct perf_event_context *task_ctx;
862 int active_oncpu; 862 int active_oncpu;
863 int exclusive; 863 int exclusive;
864 struct swevent_hlist *swevent_hlist;
865 struct mutex hlist_mutex;
866 int hlist_refcount;
867
868 /* Recursion avoidance in each contexts */
869 int recursion[PERF_NR_CONTEXTS];
870}; 864};
871 865
872struct perf_output_handle { 866struct perf_output_handle {