RE: [PATCH v2 07/40] tracing: Apply absolute timestamps to instance max buffer

2017-09-06 Thread Liu, Baohong
On Wed, 6 Sep 2017 20:49:46 -0400 Steven Rostedt wrote: > On Tue, 5 Sep 2017 16:57:19 -0500 > Tom Zanussi wrote: > > > From: Baohong Liu > > > > Currently absolute timestamps are applied to both regular and max > > buffers only for global trace. For instance trace, absolute timestamps > > are a

Re: [PATCH v2 07/40] tracing: Apply absolute timestamps to instance max buffer

2017-09-06 Thread Steven Rostedt
On Tue, 5 Sep 2017 16:57:19 -0500 Tom Zanussi wrote: > From: Baohong Liu > > Currently absolute timestamps are applied to both regular and max > buffers only for global trace. For instance trace, absolute > timestamps are applied only to regular buffer. But, regular and max > buffers can be sw

Re: [PATCH v2 07/40] tracing: Apply absolute timestamps to instance max buffer

2017-09-06 Thread Steven Rostedt
On Tue, 5 Sep 2017 16:57:19 -0500 Tom Zanussi wrote: > From: Baohong Liu > > Currently absolute timestamps are applied to both regular and max > buffers only for global trace. For instance trace, absolute > timestamps are applied only to regular buffer. But, regular and max > buffers can be sw

[PATCH v2 07/40] tracing: Apply absolute timestamps to instance max buffer

2017-09-05 Thread Tom Zanussi
From: Baohong Liu Currently absolute timestamps are applied to both regular and max buffers only for global trace. For instance trace, absolute timestamps are applied only to regular buffer. But, regular and max buffers can be swapped, for example, following a snapshot. So, for instance trace, ba