]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tracing/ftrace: Allow for the traceonoff probe be unique to instances
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 20 Apr 2017 15:46:03 +0000 (11:46 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 21 Apr 2017 02:06:48 +0000 (22:06 -0400)
commit2290f2c589285d0031e3b7445afff8949f3fdbb6
tree98f8e9db7a57eadcaf517404e0f5712b0a204461
parentcab5037950821caa1301df0223de657c6ee202a8
tracing/ftrace: Allow for the traceonoff probe be unique to instances

Have the traceon/off function probe triggers affect only the instance they
are set in. This required making the trace_on/off accessible for other files
in the tracing directory.

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