Re: [PATCH 39/49] perf parse-events: Support hybrid raw events

2021-02-08 Thread Jin, Yao
Hi Arnaldo, On 2/9/2021 3:07 AM, Arnaldo Carvalho de Melo wrote: Em Mon, Feb 08, 2021 at 07:25:36AM -0800, kan.li...@linux.intel.com escreveu: From: Jin Yao On hybrid platform, same raw event is possible to be available on both cpu_core pmu and cpu_atom pmu. So it's supported to create two ra

Re: [PATCH 39/49] perf parse-events: Support hybrid raw events

2021-02-08 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 08, 2021 at 07:25:36AM -0800, kan.li...@linux.intel.com escreveu: > From: Jin Yao > > On hybrid platform, same raw event is possible to be available on > both cpu_core pmu and cpu_atom pmu. So it's supported to create > two raw events for one event encoding. > > root@otcpl-adl-s-2:~#

[PATCH 39/49] perf parse-events: Support hybrid raw events

2021-02-08 Thread kan . liang
From: Jin Yao On hybrid platform, same raw event is possible to be available on both cpu_core pmu and cpu_atom pmu. So it's supported to create two raw events for one event encoding. root@otcpl-adl-s-2:~# ./perf stat -e r3c -a -vv -- sleep 1 Control descriptor is not initialized ---