]> asedeno.scripts.mit.edu Git - linux.git/commit
function_graph: Remove the use of FTRACE_NOTRACE_DEPTH
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Sun, 18 Nov 2018 23:44:04 +0000 (18:44 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Sun, 9 Dec 2018 01:54:06 +0000 (20:54 -0500)
commit761efe8a94cfcd0a3dd90f2008411550f3520b63
treeeb286db507bb8c9407b197055a85adde795fb6c1
parent421d1069cd85f6fee9f36984a071a73b6a431f65
function_graph: Remove the use of FTRACE_NOTRACE_DEPTH

The curr_ret_stack is no longer set to a negative value when a function is
not to be traced by the function graph tracer. Remove the usage of
FTRACE_NOTRACE_DEPTH, as it is no longer needed.

Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/linux/ftrace.h
kernel/trace/fgraph.c
kernel/trace/trace_functions_graph.c