]> git.baikalelectronics.ru Git - kernel.git/commit
perf stat: Add extra output of counter values with -vv
authorAndi Kleen <ak@linux.intel.com>
Wed, 27 Apr 2016 20:00:51 +0000 (13:00 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 6 May 2016 16:00:56 +0000 (13:00 -0300)
commit42ae1e10bb114b2e38ef652cdd791eef7ebc316a
tree19e11321f3a4116b7c752b74c7664ea0e4be7065
parentd6224424f0ba25e322f6fc47d372038042f2d079
perf stat: Add extra output of counter values with -vv

Add debug output of raw counter values per CPU when perf stat -v is
specified, together with their cpu numbers.  This is very useful to
debug problems with per core counters, where we can normally only see
aggregated values.

v2: Make it depend on -vv, not -v

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1461787251-6702-12-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c