]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
tracing: Pass the trace_array into ftrace_probe_ops functions
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 11 Apr 2017 02:30:05 +0000 (22:30 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 21 Apr 2017 02:06:45 +0000 (22:06 -0400)
commitb5f081b563a6cdcb85a543df8c851951a8978275
treeb9ab66a67e30d9f63fef8cb33da1d0e8893b1b15
parent04ec7bb642b77374b53731b795b5654b5aff1c00
tracing: Pass the trace_array into ftrace_probe_ops functions

Pass the trace_array associated to a ftrace_probe_ops into the probe_ops
func(), init() and free() functions. The trace_array is the descriptor that
describes a tracing instance. This will help create the infrastructure that
will allow having function probes unique to tracing instances.

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