ftrace: Have each function probe use its own ftrace_ops
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 4 Apr 2017 22:16:29 +0000 (18:16 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 21 Apr 2017 02:06:43 +0000 (22:06 -0400)
commit1ec3a81a0cf4236b644282794932c4eda9c1714a
tree398e8cab5a17fdf09b6923a880deb1336f40fbb3
parentd3d532d798c5720055ab02a10bf7829a33c3645a
ftrace: Have each function probe use its own ftrace_ops

Have the function probes have their own ftrace_ops, and remove the
trace_probe_ops. This simplifies some of the ftrace infrastructure code.

Individual entries for each function is still allocated for the use of the
output for set_ftrace_filter, but they will be removed soon too.

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