| commit | 0afc26666d9975c96beb72f910afe6871d6e7074 | [log] [tgz] |
|---|---|---|
| author | Andi Kleen <ak@linux.intel.com> | Fri Jul 31 17:50:55 2015 -0700 |
| committer | Andi Kleen <ak@linux.intel.com> | Thu May 05 15:50:14 2016 -0700 |
| tree | f220f9632eb7753ce2ed3bf3c10c211afc353979 | |
| parent | 251232594ecc0703d7a064451ee3154fb7c58002 [diff] |
perf, tools, 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>