[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-deb83da16c1f3412fcb33c8944b3d854c4b265d6@git.kernel.org>
Date: Wed, 27 Feb 2019 23:47:13 -0800
From: tip-bot for Jiri Olsa <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, jolsa@...nel.org, peterz@...radead.org,
acme@...hat.com, alexander.shishkin@...ux.intel.com,
ak@...ux.intel.com, tglx@...utronix.de, namhyung@...nel.org,
linux-kernel@...r.kernel.org, mingo@...nel.org
Subject: [tip:perf/core] perf cpumap: Increase debug level for
cpu_map__snprint verbose output
Commit-ID: deb83da16c1f3412fcb33c8944b3d854c4b265d6
Gitweb: https://git.kernel.org/tip/deb83da16c1f3412fcb33c8944b3d854c4b265d6
Author: Jiri Olsa <jolsa@...nel.org>
AuthorDate: Wed, 20 Feb 2019 13:27:59 +0100
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Wed, 20 Feb 2019 17:08:39 -0300
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@...nel.org>
Cc: Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Cc: Andi Kleen <ak@...ux.intel.com>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Link: http://lkml.kernel.org/r/20190220122800.864-6-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/cpumap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/cpumap.c b/tools/perf/util/cpumap.c
index 0bbc3feb0894..0b599229bc7e 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;
}
Powered by blists - more mailing lists