Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096

This commit is contained in:
Ingo Molnar
2008-11-24 17:46:57 +01:00
111 changed files with 4819 additions and 1321 deletions

View File

@ -1350,6 +1350,17 @@ struct task_struct {
unsigned long default_timer_slack_ns;
struct list_head *scm_work_list;
#ifdef CONFIG_FUNCTION_RET_TRACER
/* Index of current stored adress in ret_stack */
int curr_ret_stack;
/* Stack of return addresses for return function tracing */
struct ftrace_ret_stack *ret_stack;
/*
* Number of functions that haven't been traced
* because of depth overrun.
*/
atomic_t trace_overrun;
#endif
};
/*