X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=tools%2Fperf%2Fbuiltin-stat.c;h=5645a8361de6f494b1f9b56475dec3a5dd959d9d;hb=0b1abbf4a7d273a13065534d718661fc904703b9;hp=1f19f2f999c841b9da140e10bcaf5e6e0f41ee6b;hpb=3521f3bc9dae4a79cfb9cc9ffcf6d961bbb7cbac;p=linux.git diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index 1f19f2f999c8..5645a8361de6 100644 --- a/tools/perf/builtin-stat.c +++ b/tools/perf/builtin-stat.c @@ -298,6 +298,14 @@ static int read_counter(struct perf_evsel *counter) return -1; } } + + if (verbose > 1) { + fprintf(stat_config.output, + "%s: %d: %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", + perf_evsel__name(counter), + cpu, + count->val, count->ena, count->run); + } } }