aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_functions_graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/trace_functions_graph.c')
-rw-r--r--kernel/trace/trace_functions_graph.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c
index 086af4f5c3e8..0d235e44d08e 100644
--- a/kernel/trace/trace_functions_graph.c
+++ b/kernel/trace/trace_functions_graph.c
@@ -188,8 +188,7 @@ int function_graph_enter(unsigned long ret, unsigned long func,
188 trace.func = func; 188 trace.func = func;
189 trace.depth = ++current->curr_ret_depth; 189 trace.depth = ++current->curr_ret_depth;
190 190
191 if (ftrace_push_return_trace(ret, func, 191 if (ftrace_push_return_trace(ret, func, frame_pointer, retp))
192 frame_pointer, retp))
193 goto out; 192 goto out;
194 193
195 /* Only trace if the calling function expects to */ 194 /* Only trace if the calling function expects to */