[PATCH v2 0/7] perf: Communicate sink via event::attr:config2

2019-01-22 Thread Mathieu Poirier
This is the second revision of a patchset allowing multiple sources to select the same sink for a session which is a prerequisite for the support of CoreSight CPU-wide trace scenarios. The sink ID is communicated to the kernel by way of the event's configuration attribute (event::attr:config2). T

Re: [PATCH v2 0/7] perf: Communicate sink via event::attr:config2

2019-01-23 Thread Peter Zijlstra
On Tue, Jan 22, 2019 at 11:11:37AM -0700, Mathieu Poirier wrote: > Mathieu Poirier (7): > perf/aux: Make perf_event accessible to setup_aux() > coresight: perf: Add "sinks" group to PMU directory > coresight: Use event attributes for sink selection Them looks good to me, Acked-by: Peter Zi