tracing: Add trace options for core options to instances
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 30 Sep 2015 16:30:06 +0000 (12:30 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 30 Sep 2015 19:22:57 +0000 (15:22 -0400)
commit16270145ce6b90750bbe4f9365865f65037b2027
treef33b778b58d96257d08d03c569c248dbbe9b4779
parent2d34f48955158cfdf18704256c84b04fe3a16c7b
tracing: Add trace options for core options to instances

Allow instances to have their own options, at least for the core options
(non tracer specific ones). There are a few global options that should not
be added to instances, like enabling of trace_printk, and the sched comm
recording, which do not have a specific trace instance associated to them.

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