diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-01 15:54:19 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-01 18:49:02 -0400 |
commit | 8302294f43250dc337108c51882a6007f2b1e2e0 (patch) | |
tree | 85acd4440799c46a372df9cad170fa0c21e59096 /include/linux/sched.h | |
parent | 4fe70410d9a219dabb47328effccae7e7f2a6e26 (diff) | |
parent | 2e572895bf3203e881356a4039ab0fa428ed2639 (diff) |
Merge branch 'tracing/core-v2' into tracing-for-linus
Conflicts:
include/linux/slub_def.h
lib/Kconfig.debug
mm/slob.c
mm/slub.c
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. |