Re: [PATCH] perf stat: Add support for s390 transaction counters

From: Andi Kleen
Date: Wed Mar 14 2018 - 13:31:49 EST


> Displaying these different types for s390 is important from my point of
> view. Of course, I could create a mapping of TX_NC_TABORT/TX_NC_TEND
> to tx-commit/tx-abort. The remaining events would still appear to be specific
> to the cpum_cf.

If you want more generic metrics you can just use the new json generic metrics /
metric group support in the eventlist. In fact if we did it today I wouldn't
add perf stat -T at all, but just use that.

-Andi