• S
    tracing: Move "display-graph" option to main options · 03905582
    Steven Rostedt (Red Hat) 提交于
    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: NSteven Rostedt <rostedt@goodmis.org>
    03905582
trace_irqsoff.c 17.0 KB