|
@@ -779,6 +779,9 @@ extern void return_to_handler(void);
|
|
extern int
|
|
extern int
|
|
ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth,
|
|
ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth,
|
|
unsigned long frame_pointer, unsigned long *retp);
|
|
unsigned long frame_pointer, unsigned long *retp);
|
|
|
|
+extern int
|
|
|
|
+function_graph_enter(unsigned long ret, unsigned long func,
|
|
|
|
+ unsigned long frame_pointer, unsigned long *retp);
|
|
|
|
|
|
unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx,
|
|
unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx,
|
|
unsigned long ret, unsigned long *retp);
|
|
unsigned long ret, unsigned long *retp);
|