Re: [PATCH v3 2/7] coresight: perf: Add "sinks" group to PMU directory

2019-01-31 Thread Suzuki K Poulose
On 31/01/2019 18:47, Mathieu Poirier wrote: Add a "sinks" directory entry so that users can see all the sinks available in the system in a single place. Individual sink are added as they are registered with the coresight bus. Signed-off-by: Mathieu Poirier Acked-by: Peter Zijlstra (Intel)

[PATCH v3 2/7] coresight: perf: Add "sinks" group to PMU directory

2019-01-31 Thread Mathieu Poirier
Add a "sinks" directory entry so that users can see all the sinks available in the system in a single place. Individual sink are added as they are registered with the coresight bus. Signed-off-by: Mathieu Poirier Acked-by: Peter Zijlstra (Intel) ---