Re: [PATCH v2 08/10] coresight: perf: Add helper to retrieve sink configuration

2018-07-23 Thread Mathieu Poirier
On Fri, 20 Jul 2018 at 02:43, Suzuki K Poulose wrote: > > On 19/07/18 21:07, Mathieu Poirier wrote: > > On Tue, Jul 17, 2018 at 06:11:39PM +0100, Suzuki K Poulose wrote: > >> We can always find the sink configuration for a given perf_output_handle. > >> Add a helper to retrieve the sink

Re: [PATCH v2 08/10] coresight: perf: Add helper to retrieve sink configuration

2018-07-23 Thread Mathieu Poirier
On Fri, 20 Jul 2018 at 02:43, Suzuki K Poulose wrote: > > On 19/07/18 21:07, Mathieu Poirier wrote: > > On Tue, Jul 17, 2018 at 06:11:39PM +0100, Suzuki K Poulose wrote: > >> We can always find the sink configuration for a given perf_output_handle. > >> Add a helper to retrieve the sink

Re: [PATCH v2 08/10] coresight: perf: Add helper to retrieve sink configuration

2018-07-20 Thread Suzuki K Poulose
On 19/07/18 21:07, Mathieu Poirier wrote: On Tue, Jul 17, 2018 at 06:11:39PM +0100, Suzuki K Poulose wrote: We can always find the sink configuration for a given perf_output_handle. Add a helper to retrieve the sink configuration for a given perf_output_handle. This will be used to get rid of

Re: [PATCH v2 08/10] coresight: perf: Add helper to retrieve sink configuration

2018-07-20 Thread Suzuki K Poulose
On 19/07/18 21:07, Mathieu Poirier wrote: On Tue, Jul 17, 2018 at 06:11:39PM +0100, Suzuki K Poulose wrote: We can always find the sink configuration for a given perf_output_handle. Add a helper to retrieve the sink configuration for a given perf_output_handle. This will be used to get rid of

Re: [PATCH v2 08/10] coresight: perf: Add helper to retrieve sink configuration

2018-07-19 Thread Mathieu Poirier
On Tue, Jul 17, 2018 at 06:11:39PM +0100, Suzuki K Poulose wrote: > We can always find the sink configuration for a given perf_output_handle. > Add a helper to retrieve the sink configuration for a given > perf_output_handle. This will be used to get rid of the set_buffer() > call back. > > Cc:

Re: [PATCH v2 08/10] coresight: perf: Add helper to retrieve sink configuration

2018-07-19 Thread Mathieu Poirier
On Tue, Jul 17, 2018 at 06:11:39PM +0100, Suzuki K Poulose wrote: > We can always find the sink configuration for a given perf_output_handle. > Add a helper to retrieve the sink configuration for a given > perf_output_handle. This will be used to get rid of the set_buffer() > call back. > > Cc:

[PATCH v2 08/10] coresight: perf: Add helper to retrieve sink configuration

2018-07-17 Thread Suzuki K Poulose
We can always find the sink configuration for a given perf_output_handle. Add a helper to retrieve the sink configuration for a given perf_output_handle. This will be used to get rid of the set_buffer() call back. Cc: Mathieu Poirier Signed-off-by: Suzuki K Poulose ---

[PATCH v2 08/10] coresight: perf: Add helper to retrieve sink configuration

2018-07-17 Thread Suzuki K Poulose
We can always find the sink configuration for a given perf_output_handle. Add a helper to retrieve the sink configuration for a given perf_output_handle. This will be used to get rid of the set_buffer() call back. Cc: Mathieu Poirier Signed-off-by: Suzuki K Poulose ---