[PATCH 14/19] perf metric: Add DCache_L2 to metric parse test

2020-07-29 Thread Jiri Olsa
Adding test that compute DCache_L2 metrics with other related metrics in it. 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: Namhyung Kim Cc: Paul Clarke Cc: Peter Zijlstra Cc: Stephane

Re: [PATCH 14/19] perf metric: Add DCache_L2 to metric parse test

2020-07-28 Thread Arnaldo Carvalho de Melo
Em Sun, Jul 26, 2020 at 02:49:46PM +0530, kajoljain escreveu: > On 7/19/20 11:43 PM, Jiri Olsa wrote: > > Adding test that compute DCache_L2 metrics with other related metrics in it. > > > > Acked-by: Ian Rogers > > Signed-off-by: Jiri Olsa > > Reviewed-By : Kajol Jain Thanks, applied. -

Re: [PATCH 14/19] perf metric: Add DCache_L2 to metric parse test

2020-07-26 Thread kajoljain
On 7/19/20 11:43 PM, Jiri Olsa wrote: > Adding test that compute DCache_L2 metrics with other related metrics in it. > > Acked-by: Ian Rogers > Signed-off-by: Jiri Olsa Reviewed-By : Kajol Jain Thanks, Kajol Jain > --- > tools/perf/tests/parse-metric.c | 71

[PATCH 14/19] perf metric: Add DCache_L2 to metric parse test

2020-07-19 Thread Jiri Olsa
Adding test that compute DCache_L2 metrics with other related metrics in it. Acked-by: Ian Rogers Signed-off-by: Jiri Olsa --- tools/perf/tests/parse-metric.c | 71 + 1 file changed, 71 insertions(+) diff --git a/tools/perf/tests/parse-metric.c