]> 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)
commit22f7a4b0c3752cd174c54d9aae8c195202294f3c
tree6fbd4c8b2e1eb6efe3255f417ca8ae457595b069
parent34a5293f65df40713c91fc96ac9c0a8eaf20bbb9
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 e2b8cc99c498
("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 e51c886ca60c
("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