Merge branch 'perf/core' into perf/uprobes
[deliverable/linux.git] / include / linux / sched.h
index 81a173c0897d91c2d5b22b5370d282c7346bd8a9..cff94cda34b2085c8692946b204ff1b7906f1731 100644 (file)
@@ -1617,6 +1617,10 @@ struct task_struct {
 #ifdef CONFIG_HAVE_HW_BREAKPOINT
        atomic_t ptrace_bp_refcnt;
 #endif
+#ifdef CONFIG_UPROBES
+       struct uprobe_task *utask;
+       int uprobe_srcu_id;
+#endif
 };
 
 /* Future-safe accessor for struct task_struct's cpus_allowed. */
This page took 0.027915 seconds and 5 git commands to generate.