]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Remove unused function ftrace_arch_read_dyn_info()
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 27 Jun 2017 15:02:49 +0000 (11:02 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 27 Jun 2017 17:30:22 +0000 (13:30 -0400)
commit145c13223e39e282f4bb1039e7ad136d8ff93a8b
treef8d7847efac81fd624a9ce92476e05462c5e1d3e
parentd7f69f7e7808a3ca9208c4e41c764c45ef5a3712
ftrace: Remove unused function ftrace_arch_read_dyn_info()

ftrace_arch_read_dyn_info() was used so that archs could add its own debug
information into the dyn_ftrace_total_info in the tracefs file system. That
file is for debugging usage of dynamic ftrace. No arch uses that function
anymore, so just get rid of it.

This also allows for tracing_read_dyn_info() to be cleaned up a bit.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace.c