]> git.baikalelectronics.ru Git - kernel.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)
commit9573571d5b3edb51cd721267dbc2d37917e16064
tree7830d43d825fada98393e7ce8d48bef4870635e9
parentea16c9f42d44b084a114ab8d647d12248d59cecf
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