]> git.baikalelectronics.ru Git - kernel.git/commit
perf stat: Quieten failed to read counter message
authorAndi Kleen <ak@linux.intel.com>
Tue, 1 Sep 2015 22:52:46 +0000 (15:52 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 2 Sep 2015 19:30:47 +0000 (16:30 -0300)
commite7a6683ef2a362601943cb57535755f88ba0d954
treea7e468de8e250d65a93f7f9642e94e3298eac95d
parent2921975b691e4b09fd213bba32890a33cc93428b
perf stat: Quieten failed to read counter message

Since 626cf4061 running perf stat on a system without
backend-stalled-cycles spits out ugly warnings by default.

Since that is quite common, make the message a debug message only.

We know anyways that the counter wasn't read by the normal <unsupported>
output.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/1441147966-14917-1-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c