Re: [PATCH v2 3/7] coresight: Use event attributes for sink selection

2019-01-30 Thread Suzuki K Poulose
On 01/22/2019 06:11 PM, Mathieu Poirier wrote: This patch uses the information conveyed by perf_event::attr::config2 to select a sink to use for the session. That way a sink can easily be selected to be used by more than one source, something that isn't currently possible with the sysfs

[PATCH v2 3/7] coresight: Use event attributes for sink selection

2019-01-22 Thread Mathieu Poirier
This patch uses the information conveyed by perf_event::attr::config2 to select a sink to use for the session. That way a sink can easily be selected to be used by more than one source, something that isn't currently possible with the sysfs implementation. Signed-off-by: Mathieu Poirier ---