Re: [PATCH 16/17] coresight: perf: Remove reset_buffer call back for sinks

2017-11-06 Thread Mathieu Poirier
On Thu, Oct 19, 2017 at 06:15:52PM +0100, Suzuki K Poulose wrote: > Right now we issue an update_buffer() and reset_buffer() call backs > in succession when we stop tracing an event. The update_buffer is > supposed to check the status of the buffer and make sure the ring buffer > is updated with th

[PATCH 16/17] coresight: perf: Remove reset_buffer call back for sinks

2017-10-19 Thread Suzuki K Poulose
Right now we issue an update_buffer() and reset_buffer() call backs in succession when we stop tracing an event. The update_buffer is supposed to check the status of the buffer and make sure the ring buffer is updated with the trace data. And we store information about the size of the data collecte