Skip to content

Commit deb83da

Browse files
olsajiriacmel
authored andcommitted
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 <jolsa@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20190220122800.864-6-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent b20fe10 commit deb83da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/util/cpumap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ size_t cpu_map__snprint(struct cpu_map *map, char *buf, size_t size)
681681

682682
#undef COMMA
683683

684-
pr_debug("cpumask list: %s\n", buf);
684+
pr_debug2("cpumask list: %s\n", buf);
685685
return ret;
686686
}
687687

0 commit comments

Comments
 (0)