tracing: Move "display-graph" option to main options
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Mon, 28 Sep 2015 19:37:49 +0000 (15:37 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 29 Sep 2015 16:56:40 +0000 (12:56 -0400)
commit03905582fd093940cf609956adf6feb494e45346
tree9ebf39553945724932fbef06701044ea5a063321
parentef92480a58c3b4dac5eccbc787131a51a3b0a45c
tracing: Move "display-graph" option to main options

In order to facilitate making all tracer options visible even when the
tracer is not active, we need to get rid of duplicate options. Any option
that is shared between multiple tracers really should be a main option.

As the wakeup and irqsoff tracers both use the "display-graph" option, and
use it exactly the same way, move that option from the tracer options to the
main options and consolidate them.

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