perf stat: Fix transaction lenght metrics
authorAndi Kleen <ak@linux.intel.com>
Mon, 27 Jul 2015 23:24:51 +0000 (16:24 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 28 Jul 2015 15:05:04 +0000 (12:05 -0300)
commit5497628576a3c5f3dbab224fa5a5d027f43d8b50
tree0f685d26efea9d14f74815e9cf2a4e7b80becdd1
parent00a2916f7f82c348a2a94dbb572874173bc308a3
perf stat: Fix transaction lenght metrics

The transaction length metrics in perf stat -T broke recently.

It would not match the metric correctly and always print K/sec.

This was caused by a incorrect update of the cycles_in_tx statistics.

Update the correct variable.

Also the check for zero division was reversed, which resulted in K/sec
being printed for no transactions. Fix this also up.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/1438039491-22091-1-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/stat-shadow.c
This page took 0.026364 seconds and 5 git commands to generate.