Re: [PATCH 1/2] tracing: make tracer_flags use the right set_flag callback
From: Steven Rostedt
Date: Tue Mar 08 2016 - 10:37:01 EST
On Tue, 8 Mar 2016 10:33:51 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> On Tue, 8 Mar 2016 10:32:11 -0500
> Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
>
> > The latency tracers share flags (irqsoff, preemptoff and preemptirqsoff)
>
> Although, that may have changed recently. /me investigates.
Ah it did:
Commit 03905582fd0939 "tracing: Move "display-graph" option to main
options" removed duplicate trace options.
Thus, I guess your change is fine. I'll go back and include it.
-- Steve