summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2015-09-28 15:37:49 -0400
committerSteven Rostedt <rostedt@goodmis.org>2015-09-29 12:56:40 -0400
commit03905582fd093940cf609956adf6feb494e45346 (patch)
tree9ebf39553945724932fbef06701044ea5a063321 /kernel/trace/trace.c
parentef92480a58c3b4dac5eccbc787131a51a3b0a45c (diff)
downloadop-kernel-dev-03905582fd093940cf609956adf6feb494e45346.zip
op-kernel-dev-03905582fd093940cf609956adf6feb494e45346.tar.gz
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>
Diffstat (limited to 'kernel/trace/trace.c')
-rw-r--r--kernel/trace/trace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index 5d3ce29..9a4ef5a 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -882,6 +882,7 @@ static const char *trace_options[] = {
"irq-info",
"markers",
"function-trace",
+ "display-graph",
NULL
};
OpenPOWER on IntegriCloud