Re: [PATCHv4 00/19] perf metric: Add support to reuse metric

2021-03-24 Thread John Garry
On 24/03/2021 01:54, Paul A. Clarke wrote: -- Since commit 8989f5f07605 ("perf stat: Update POWER9 metrics to utilize other metrics"), power9 has reused metrics. And I am finding that subtest 10.3 caused problems when I tried to introduce metric reuse on arm64, so I was just asking you to

RE: [PATCHv4 00/19] perf metric: Add support to reuse metric

2021-03-23 Thread Paul A. Clarke
On Tue, Mar 23, 2021 at 03:15:16PM +, John Garry wrote: > On 23/03/2021 15:06, Paul A. Clarke wrote: > > On Mon, Mar 22, 2021 at 11:36:23AM +, John Garry wrote: > > > On 01/08/2020 12:40, Paul A. Clarke wrote: > > > > > v4 changes: > > > > > - removed acks from patch because it changed

Re: [PATCHv4 00/19] perf metric: Add support to reuse metric

2021-03-23 Thread John Garry
On 23/03/2021 15:06, Paul A. Clarke wrote: On Mon, Mar 22, 2021 at 11:36:23AM +, John Garry wrote: On 01/08/2020 12:40, Paul A. Clarke wrote: v4 changes: - removed acks from patch because it changed a bit with the last fixes: perf metric: Collect referenced metrics in

RE: [PATCHv4 00/19] perf metric: Add support to reuse metric

2021-03-23 Thread Paul A. Clarke
On Mon, Mar 22, 2021 at 11:36:23AM +, John Garry wrote: > On 01/08/2020 12:40, Paul A. Clarke wrote: > > > v4 changes: > > >- removed acks from patch because it changed a bit > > > with the last fixes: > > >perf metric: Collect referenced metrics in struct metric_ref_node > >

Re: [PATCHv4 00/19] perf metric: Add support to reuse metric

2021-03-22 Thread John Garry
On 01/08/2020 12:40, Paul A. Clarke wrote: v4 changes: - removed acks from patch because it changed a bit with the last fixes: perf metric: Collect referenced metrics in struct metric_ref_node - fixed runtime metrics [Kajol Jain] - increased recursion depth [Paul A. Clarke]

Re: [PATCHv4 00/19] perf metric: Add support to reuse metric

2020-08-03 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 03, 2020 at 06:26:36PM +0200, Jiri Olsa escreveu: > On Mon, Aug 03, 2020 at 08:54:16AM -0700, Ian Rogers wrote: > > On Sat, Aug 1, 2020 at 4:41 AM Paul A. Clarke wrote: > > > > > > On Wed, Jul 29, 2020 at 11:18:49AM +0200, Jiri Olsa wrote: > > > > this patchset is adding the support

Re: [PATCHv4 00/19] perf metric: Add support to reuse metric

2020-08-03 Thread Jiri Olsa
On Mon, Aug 03, 2020 at 08:54:16AM -0700, Ian Rogers wrote: > On Sat, Aug 1, 2020 at 4:41 AM Paul A. Clarke wrote: > > > > On Wed, Jul 29, 2020 at 11:18:49AM +0200, Jiri Olsa wrote: > > > this patchset is adding the support to reused metric in > > > another metric. > > > > > > For example, to

Re: [PATCHv4 00/19] perf metric: Add support to reuse metric

2020-08-03 Thread Ian Rogers
On Sat, Aug 1, 2020 at 4:41 AM Paul A. Clarke wrote: > > On Wed, Jul 29, 2020 at 11:18:49AM +0200, Jiri Olsa wrote: > > this patchset is adding the support to reused metric in > > another metric. > > > > For example, to define IPC by using CPI with change like: > > > > { > >

Re: [PATCHv4 00/19] perf metric: Add support to reuse metric

2020-08-01 Thread Paul A. Clarke
On Wed, Jul 29, 2020 at 11:18:49AM +0200, Jiri Olsa wrote: > this patchset is adding the support to reused metric in > another metric. > > For example, to define IPC by using CPI with change like: > > { > "BriefDescription": "Instructions Per Cycle (per Logical Processor)", > -