perf_counter: Change pctrl() behaviour
[deliverable/linux.git] / include / linux / sched.h
index 9714d450f4178bba12b84406c29926d1b4d614aa..bc9326dcdde182d030148867ba4e93b8a69a62a9 100644 (file)
@@ -1389,6 +1389,8 @@ struct task_struct {
 #endif
 #ifdef CONFIG_PERF_COUNTERS
        struct perf_counter_context *perf_counter_ctxp;
+       struct mutex perf_counter_mutex;
+       struct list_head perf_counter_list;
 #endif
 #ifdef CONFIG_NUMA
        struct mempolicy *mempolicy;
This page took 0.038382 seconds and 5 git commands to generate.