Skip to content

Commit

Permalink
perf cpumap: Increase debug level for cpu_map__snprint verbose output
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Feb 20, 2019
1 parent b20fe10 commit deb83da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/util/cpumap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit deb83da

Please sign in to comment.