]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Remove orphaned function using_ftrace_ops_list_func().
authorMasami Hiramatsu <mhiramat@kernel.org>
Thu, 26 Jul 2018 12:44:04 +0000 (21:44 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 26 Jul 2018 14:53:05 +0000 (10:53 -0400)
commit8ae074e18d04b221ffe86d8cc5ce313018f26428
tree6fbd4c8b2e1eb6efe3255f417ca8ae457595b069
parent4b2bde6395f5379b2db5e5b61ee524e8b2c0a873
tracing: Remove orphaned function using_ftrace_ops_list_func().

Remove using_ftrace_ops_list_func() since it is no longer used.

Using ftrace_ops_list_func() has been introduced by commit 1d861aa7e24e
("tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_func")
as a helper function, but its caller has been removed by commit 56b6397b0a8b
("tracing: Clean up stack tracing and fix fentry updates").  So it is not
called anymore.

Link: http://lkml.kernel.org/r/153260904427.12474.9952096317439329851.stgit@devbox
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/ftrace.c
kernel/trace/trace.h