[PATCH 19/19] perf metric: Rename group_list to metric_list

2020-07-29 Thread Jiri Olsa
Following the previous change that rename egroup to metric, there's no reason to call the list 'group_list' anymore, renaming it to metric_list. Signed-off-by: Jiri Olsa Reviewed-by: Kajol Jain Acked-by: Ian Rogers Cc: Alexander Shishkin Cc: Andi Kleen Cc: John Garry Cc: Michael Petlan Cc:

Re: [PATCH 19/19] perf metric: Rename group_list to metric_list

2020-07-28 Thread Arnaldo Carvalho de Melo
Em Sun, Jul 26, 2020 at 02:51:19PM +0530, kajoljain escreveu: > > > On 7/19/20 11:43 PM, Jiri Olsa wrote: > > Following the previous change that rename egroup > > to metric, there's no reason to call the list > > 'group_list' anymore, renaming it to metric_list. > > > > Signed-off-by: Jiri Olsa

Re: [PATCH 19/19] perf metric: Rename group_list to metric_list

2020-07-26 Thread kajoljain
On 7/19/20 11:43 PM, Jiri Olsa wrote: > Following the previous change that rename egroup > to metric, there's no reason to call the list > 'group_list' anymore, renaming it to metric_list. > > Signed-off-by: Jiri Olsa Reviewed-By : Kajol Jain Thanks, Kajol Jain > --- > tools/perf/util/metri

Re: [PATCH 19/19] perf metric: Rename group_list to metric_list

2020-07-19 Thread Ian Rogers
On Sun, Jul 19, 2020 at 11:14 AM Jiri Olsa wrote: > > Following the previous change that rename egroup > to metric, there's no reason to call the list > 'group_list' anymore, renaming it to metric_list. > > Signed-off-by: Jiri Olsa Acked-by: Ian Rogers Thanks, Ian > --- > tools/perf/util/met

[PATCH 19/19] perf metric: Rename group_list to metric_list

2020-07-19 Thread Jiri Olsa
Following the previous change that rename egroup to metric, there's no reason to call the list 'group_list' anymore, renaming it to metric_list. Signed-off-by: Jiri Olsa --- tools/perf/util/metricgroup.c | 42 +-- 1 file changed, 21 insertions(+), 21 deletions(-)