]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tracing/ftrace: Allow instances to have their own function probes
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 20 Apr 2017 15:31:35 +0000 (11:31 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 21 Apr 2017 02:06:47 +0000 (22:06 -0400)
commitd2afd57a4b96f3824220bbb8c067558ca215543f
tree7830d43d825fada98393e7ce8d48bef4870635e9
parent6e4443199e5354255e8a4c1e8e5cfc8ef064c3ce
tracing/ftrace: Allow instances to have their own function probes

Pass around the local trace_array that is the descriptor for tracing
instances, when enabling and disabling probes. This by default sets the
enable/disable of event probe triggers to work with instances.

The other probes will need some more work to get them working with
instances.

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