aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/pmu-events
diff options
context:
space:
mode:
authorThomas Richter <tmricht@linux.ibm.com>2019-09-27 10:11:46 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-09-30 17:29:42 -0300
commit02d084792273e8a5f1813dcad988229a45be96ea (patch)
tree8423b9a782c6032e179ee92f2c8247fa9691e27a /tools/perf/pmu-events
parentperf llvm: Don't access out-of-scope array (diff)
downloadlinux-dev-02d084792273e8a5f1813dcad988229a45be96ea.tar.xz
linux-dev-02d084792273e8a5f1813dcad988229a45be96ea.zip
perf vendor events s390: Add JSON transaction for machine type 8561
Add s390 transaction counter definition for machine 8561. This is the same file as for the predecessor machine. Fixes: 6e67d77d673d ("perf vendor events s390: Add JSON files for machine type 8561") Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Vasily Gorbik <gor@linux.ibm.com> Link: http://lore.kernel.org/lkml/20190927081147.18345-1-tmricht@linux.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/pmu-events')
-rw-r--r--tools/perf/pmu-events/arch/s390/cf_m8561/transaction.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/pmu-events/arch/s390/cf_m8561/transaction.json b/tools/perf/pmu-events/arch/s390/cf_m8561/transaction.json
new file mode 100644
index 000000000000..1a0034f79f73
--- /dev/null
+++ b/tools/perf/pmu-events/arch/s390/cf_m8561/transaction.json
@@ -0,0 +1,7 @@
+[
+ {
+ "BriefDescription": "Transaction count",
+ "MetricName": "transaction",
+ "MetricExpr": "TX_C_TEND + TX_NC_TEND + TX_NC_TABORT + TX_C_TABORT_SPECIAL + TX_C_TABORT_NO_SPECIAL"
+ }
+]