[PATCH 09/19] perf metric: Collect referenced metrics in struct metric_expr

2020-07-29 Thread Jiri Olsa
Add referenced metrics into struct metric_expr object, so they are accessible when computing the metric. Storing just name and expression itself, so the metric can be resolved and computed. Signed-off-by: Jiri Olsa Reviewed-by: Kajol Jain Acked-by: Ian Rogers Cc: Alexander Shishkin Cc: Andi

Re: [PATCH 09/19] perf metric: Collect referenced metrics in struct metric_expr

2020-07-28 Thread Arnaldo Carvalho de Melo
Em Sun, Jul 26, 2020 at 02:48:35PM +0530, kajoljain escreveu: > > > On 7/19/20 11:43 PM, Jiri Olsa wrote: > > Add referenced metrics into struct metric_expr object, > > so they are accessible when computing the metric. > > > > Storing just name and expression itself, so the metric > > can be

Re: [PATCH 09/19] perf metric: Collect referenced metrics in struct metric_expr

2020-07-26 Thread kajoljain
On 7/19/20 11:43 PM, Jiri Olsa wrote: > Add referenced metrics into struct metric_expr object, > so they are accessible when computing the metric. > > Storing just name and expression itself, so the metric > can be resolved and computed. > > Acked-by: Ian Rogers > Signed-off-by: Jiri Olsa

[PATCH 09/19] perf metric: Collect referenced metrics in struct metric_expr

2020-07-19 Thread Jiri Olsa
Add referenced metrics into struct metric_expr object, so they are accessible when computing the metric. Storing just name and expression itself, so the metric can be resolved and computed. Acked-by: Ian Rogers Signed-off-by: Jiri Olsa --- tools/perf/util/metricgroup.c | 32