From: Jiri Olsa Date: Wed, 20 Feb 2019 12:27:59 +0000 (+0100) Subject: perf cpumap: Increase debug level for cpu_map__snprint verbose output X-Git-Tag: v5.1-rc1~163^2~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=deb83da16c1f3412fcb33c8944b3d854c4b265d6;p=thirdparty%2Fkernel%2Flinux.git perf cpumap: Increase debug level for cpu_map__snprint verbose output So it does not screw up single -v verbose output. Signed-off-by: Jiri Olsa Cc: Alexander Shishkin Cc: Andi Kleen Cc: Namhyung Kim Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20190220122800.864-6-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/cpumap.c b/tools/perf/util/cpumap.c index 0bbc3feb08945..0b599229bc7e9 100644 --- a/tools/perf/util/cpumap.c +++ b/tools/perf/util/cpumap.c @@ -681,7 +681,7 @@ size_t cpu_map__snprint(struct cpu_map *map, char *buf, size_t size) #undef COMMA - pr_debug("cpumask list: %s\n", buf); + pr_debug2("cpumask list: %s\n", buf); return ret; }