diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 4c152e0acc9e..4b81fc5f7731 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1379,6 +1379,8 @@ struct task_struct { | |||
1379 | * because of depth overrun. | 1379 | * because of depth overrun. |
1380 | */ | 1380 | */ |
1381 | atomic_t trace_overrun; | 1381 | atomic_t trace_overrun; |
1382 | /* Pause for the tracing */ | ||
1383 | atomic_t tracing_graph_pause; | ||
1382 | #endif | 1384 | #endif |
1383 | #ifdef CONFIG_TRACING | 1385 | #ifdef CONFIG_TRACING |
1384 | /* state flags for use by tracers */ | 1386 | /* state flags for use by tracers */ |