diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 481fad3a9b42..5a50fdef5be5 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -137,6 +137,8 @@ extern unsigned long nr_uninterruptible(void); | |||
137 | extern unsigned long nr_active(void); | 137 | extern unsigned long nr_active(void); |
138 | extern unsigned long nr_iowait(void); | 138 | extern unsigned long nr_iowait(void); |
139 | 139 | ||
140 | extern unsigned long get_parent_ip(unsigned long addr); | ||
141 | |||
140 | struct seq_file; | 142 | struct seq_file; |
141 | struct cfs_rq; | 143 | struct cfs_rq; |
142 | struct task_group; | 144 | struct task_group; |
@@ -1421,6 +1423,8 @@ struct task_struct { | |||
1421 | int curr_ret_stack; | 1423 | int curr_ret_stack; |
1422 | /* Stack of return addresses for return function tracing */ | 1424 | /* Stack of return addresses for return function tracing */ |
1423 | struct ftrace_ret_stack *ret_stack; | 1425 | struct ftrace_ret_stack *ret_stack; |
1426 | /* time stamp for last schedule */ | ||
1427 | unsigned long long ftrace_timestamp; | ||
1424 | /* | 1428 | /* |
1425 | * Number of functions that haven't been traced | 1429 | * Number of functions that haven't been traced |
1426 | * because of depth overrun. | 1430 | * because of depth overrun. |