Re: [PATCH v2 2/2] perf test: Improve pmu event metric testing

2020-05-13 Thread Ian Rogers
On Wed, May 13, 2020 at 8:39 AM Arnaldo Carvalho de Melo wrote: > > Em Tue, May 12, 2020 at 11:27:52PM -0700, Ian Rogers escreveu: > > Break pmu-events test into 2 and add a test to verify that all pmu metric > > expressions simply parse. Try to parse all metric ids/events, warning if > > metrics

Re: [PATCH v2 2/2] perf test: Improve pmu event metric testing

2020-05-13 Thread Arnaldo Carvalho de Melo
Em Tue, May 12, 2020 at 11:27:52PM -0700, Ian Rogers escreveu: > Break pmu-events test into 2 and add a test to verify that all pmu metric > expressions simply parse. Try to parse all metric ids/events, warning if > metrics for the current architecture fail to parse. > > Tested on power9, skylakex

[PATCH v2 2/2] perf test: Improve pmu event metric testing

2020-05-12 Thread Ian Rogers
Break pmu-events test into 2 and add a test to verify that all pmu metric expressions simply parse. Try to parse all metric ids/events, warning if metrics for the current architecture fail to parse. Tested on power9, skylakex, haswell, broadwell, westmere, sandybridge and ivybridge with the patch