Re: [PATCH 1/7] perf/aux: Make perf_event accessible to setup_aux()

2019-01-16 Thread Suzuki K Poulose
On 15/01/2019 23:07, Mathieu Poirier wrote: When pmu::setup_aux() is called the coresight PMU needs to know which sink to use for the session by looking up the information in the event's attr::config2 field. As such simply replace the cpu information by the complete perf_event structure and

[PATCH 1/7] perf/aux: Make perf_event accessible to setup_aux()

2019-01-15 Thread Mathieu Poirier
When pmu::setup_aux() is called the coresight PMU needs to know which sink to use for the session by looking up the information in the event's attr::config2 field. As such simply replace the cpu information by the complete perf_event structure and change all affected customers. Signed-off-by: