Re: [PATCH 03/32] ring-buffer: Add interface for setting absolute time stamps

2017-07-14 Thread Tom Zanussi
Hi Namhyung, On Fri, 2017-07-14 at 14:25 +0900, Namhyung Kim wrote: > On Mon, Jun 26, 2017 at 05:49:04PM -0500, Tom Zanussi wrote: > > Define a new function, tracing_set_time_stamp_abs(), which can be used > > to enable or disable the use of absolute timestamps rather than time > > deltas for a tr

Re: [PATCH 03/32] ring-buffer: Add interface for setting absolute time stamps

2017-07-13 Thread Namhyung Kim
On Mon, Jun 26, 2017 at 05:49:04PM -0500, Tom Zanussi wrote: > Define a new function, tracing_set_time_stamp_abs(), which can be used > to enable or disable the use of absolute timestamps rather than time > deltas for a trace array. > > This resets the buffer to prevent a mix of time deltas and ab

[PATCH 03/32] ring-buffer: Add interface for setting absolute time stamps

2017-06-26 Thread Tom Zanussi
Define a new function, tracing_set_time_stamp_abs(), which can be used to enable or disable the use of absolute timestamps rather than time deltas for a trace array. This resets the buffer to prevent a mix of time deltas and absolute timestamps. Only the interface is added here; a subsequent patc