Re: [PATCH v2 04/27] perf pmu: Save pmu name

2021-03-15 Thread Jin, Yao
Hi Jiri, On 3/16/2021 7:03 AM, Jiri Olsa wrote: On Thu, Mar 11, 2021 at 03:07:19PM +0800, Jin Yao wrote: On hybrid platform, one event is available on one pmu (such as, available on cpu_core or on cpu_atom). This patch saves the pmu name to the pmu field of struct perf_pmu_alias. Then next we

Re: [PATCH v2 04/27] perf pmu: Save pmu name

2021-03-15 Thread Jiri Olsa
On Thu, Mar 11, 2021 at 03:07:19PM +0800, Jin Yao wrote: > On hybrid platform, one event is available on one pmu > (such as, available on cpu_core or on cpu_atom). > > This patch saves the pmu name to the pmu field of struct perf_pmu_alias. > Then next we can know the pmu which the event can be av