[PATCH 11/19] perf metric: Compute referenced metrics

2020-07-29 Thread Jiri Olsa
Adding computation (expr__parse call) of referenced metric at the point when it needs to be resolved during the parent metric computation. Once the inner metric is computed, the result is stored and used if there's another usage of that metric. Signed-off-by: Jiri Olsa Reviewed-by: Kajol Jain

Re: [PATCH 11/19] perf metric: Compute referenced metrics

2020-07-28 Thread Arnaldo Carvalho de Melo
Em Sun, Jul 26, 2020 at 02:49:04PM +0530, kajoljain escreveu: > > > On 7/19/20 11:43 PM, Jiri Olsa wrote: > > Adding computation (expr__parse call) of referenced metric at > > the point when it needs to be resolved during the parent metric > > computation. > > > > Once the inner metric is

Re: [PATCH 11/19] perf metric: Compute referenced metrics

2020-07-26 Thread kajoljain
On 7/19/20 11:43 PM, Jiri Olsa wrote: > Adding computation (expr__parse call) of referenced metric at > the point when it needs to be resolved during the parent metric > computation. > > Once the inner metric is computed, the result is stored and > used if there's another usage of that metric.

[PATCH 11/19] perf metric: Compute referenced metrics

2020-07-19 Thread Jiri Olsa
Adding computation (expr__parse call) of referenced metric at the point when it needs to be resolved during the parent metric computation. Once the inner metric is computed, the result is stored and used if there's another usage of that metric. Acked-by: Ian Rogers Signed-off-by: Jiri Olsa ---