[PATCH 08/19] perf metric: Collect referenced metrics in struct metric_ref_node

2020-07-29 Thread Jiri Olsa
Collecting referenced metrics in struct metric_ref_node object, so we can process them later on. The change will parse nested metric names out of expression and 'resolve' them. All referenced metrics are dissolved into one context, meaning all nested metrics events and added to the parent

Re: [PATCH 08/19] perf metric: Collect referenced metrics in struct metric_ref_node

2020-07-28 Thread Arnaldo Carvalho de Melo
Em Sun, Jul 19, 2020 at 03:18:58PM -0700, Ian Rogers escreveu: > On Sun, Jul 19, 2020 at 11:13 AM Jiri Olsa wrote: > > > > Collecting referenced metrics in struct metric_ref_node object, > > so we can process them later on. > > > > The change will parse nested metric names out of expression and >

Re: [PATCH 08/19] perf metric: Collect referenced metrics in struct metric_ref_node

2020-07-26 Thread kajoljain
On 7/20/20 3:48 AM, Ian Rogers wrote: > On Sun, Jul 19, 2020 at 11:13 AM Jiri Olsa wrote: >> >> Collecting referenced metrics in struct metric_ref_node object, >> so we can process them later on. >> >> The change will parse nested metric names out of expression and >> 'resolve' them. >> >> All

Re: [PATCH 08/19] perf metric: Collect referenced metrics in struct metric_ref_node

2020-07-19 Thread Ian Rogers
On Sun, Jul 19, 2020 at 11:13 AM Jiri Olsa wrote: > > Collecting referenced metrics in struct metric_ref_node object, > so we can process them later on. > > The change will parse nested metric names out of expression and > 'resolve' them. > > All referenced metrics are dissolved into one context,

[PATCH 08/19] perf metric: Collect referenced metrics in struct metric_ref_node

2020-07-19 Thread Jiri Olsa
Collecting referenced metrics in struct metric_ref_node object, so we can process them later on. The change will parse nested metric names out of expression and 'resolve' them. All referenced metrics are dissolved into one context, meaning all nested metrics events and added to the parent