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>
Showing
- kernel/trace/ftrace.c 9 additions, 4 deletionskernel/trace/ftrace.c
- kernel/trace/trace.c 8 additions, 6 deletionskernel/trace/trace.c
- kernel/trace/trace.h 3 additions, 0 deletionskernel/trace/trace.h
- kernel/trace/trace_events.c 9 additions, 7 deletionskernel/trace/trace_events.c
- kernel/trace/trace_functions.c 22 additions, 13 deletionskernel/trace/trace_functions.c
Loading
Please register or sign in to comment