Re: [PATCH 2/3] [BUGFIX] ring_buffer: tracing: Inherit the tracing setting to next ring buffer

2018-07-24 Thread Masami Hiramatsu
On Mon, 23 Jul 2018 22:25:34 -0400 Steven Rostedt wrote: > On Sat, 14 Jul 2018 01:28:15 +0900 > Masami Hiramatsu wrote: > > > Inherit the tracing on/off setting on ring_buffer to next > > trace buffer when taking a snapshot. > > > > Taking a snapshot is done by swapping with backup ring

Re: [PATCH 2/3] [BUGFIX] ring_buffer: tracing: Inherit the tracing setting to next ring buffer

2018-07-24 Thread Masami Hiramatsu
On Mon, 23 Jul 2018 22:25:34 -0400 Steven Rostedt wrote: > On Sat, 14 Jul 2018 01:28:15 +0900 > Masami Hiramatsu wrote: > > > Inherit the tracing on/off setting on ring_buffer to next > > trace buffer when taking a snapshot. > > > > Taking a snapshot is done by swapping with backup ring

Re: [PATCH 2/3] [BUGFIX] ring_buffer: tracing: Inherit the tracing setting to next ring buffer

2018-07-23 Thread Steven Rostedt
On Sat, 14 Jul 2018 01:28:15 +0900 Masami Hiramatsu wrote: > Inherit the tracing on/off setting on ring_buffer to next > trace buffer when taking a snapshot. > > Taking a snapshot is done by swapping with backup ring buffer > (max_tr_buffer). But since the tracing on/off setting is set > in the

Re: [PATCH 2/3] [BUGFIX] ring_buffer: tracing: Inherit the tracing setting to next ring buffer

2018-07-23 Thread Steven Rostedt
On Sat, 14 Jul 2018 01:28:15 +0900 Masami Hiramatsu wrote: > Inherit the tracing on/off setting on ring_buffer to next > trace buffer when taking a snapshot. > > Taking a snapshot is done by swapping with backup ring buffer > (max_tr_buffer). But since the tracing on/off setting is set > in the

[PATCH 2/3] [BUGFIX] ring_buffer: tracing: Inherit the tracing setting to next ring buffer

2018-07-13 Thread Masami Hiramatsu
Inherit the tracing on/off setting on ring_buffer to next trace buffer when taking a snapshot. Taking a snapshot is done by swapping with backup ring buffer (max_tr_buffer). But since the tracing on/off setting is set in the ring buffer, when swapping it, tracing on/off setting can also be

[PATCH 2/3] [BUGFIX] ring_buffer: tracing: Inherit the tracing setting to next ring buffer

2018-07-13 Thread Masami Hiramatsu
Inherit the tracing on/off setting on ring_buffer to next trace buffer when taking a snapshot. Taking a snapshot is done by swapping with backup ring buffer (max_tr_buffer). But since the tracing on/off setting is set in the ring buffer, when swapping it, tracing on/off setting can also be