Re: [PATCH 02/10] perf, tools: Only print Using CPUID message once

2016-10-14 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 13, 2016 at 02:15:24PM -0700, Andi Kleen escreveu: > From: Andi Kleen > > With uncore event aliases which are duplicated over multiple PMUs > the "Using CPUID" message with -v could be printed many times. > Only print it once. Thanks, applied. - Arnaldo > Signed-off-by: Andi Kleen

[PATCH 02/10] perf, tools: Only print Using CPUID message once

2016-10-13 Thread Andi Kleen
From: Andi Kleen With uncore event aliases which are duplicated over multiple PMUs the "Using CPUID" message with -v could be printed many times. Only print it once. Signed-off-by: Andi Kleen --- tools/perf/util/pmu.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/too