mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] perf vendor events s390: Add JSON transaction for machine type 8561
@ 2019-09-27  8:11 Thomas Richter
  2019-09-27  8:11 ` [PATCH 2/2] perf/pmu_events: Use s390 machine name instead of " Thomas Richter
  2019-10-07 14:49 ` [tip: perf/urgent] perf vendor events s390: Add JSON transaction for machine " tip-bot2 for Thomas Richter
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Richter @ 2019-09-27  8:11 UTC (permalink / raw)
  To: linux-kernel, linux-perf-users, acme; +Cc: gor, heiko.carstens, Thomas Richter

Add s390 transaction counter definition for machine 8561. This
is the same file as for the predecessor machine.

Fixes: 6e67d77d673d7 ("perf vendor events s390: Add JSON files for machine type 8561")
Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
---
 tools/perf/pmu-events/arch/s390/cf_m8561/transaction.json | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 tools/perf/pmu-events/arch/s390/cf_m8561/transaction.json

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"
+  }
+]
-- 
2.19.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-07 14:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-27  8:11 [PATCH 1/2] perf vendor events s390: Add JSON transaction for machine type 8561 Thomas Richter
2019-09-27  8:11 ` [PATCH 2/2] perf/pmu_events: Use s390 machine name instead of " Thomas Richter
2019-09-27 15:51   ` Arnaldo Carvalho de Melo
2019-10-07 14:49   ` [tip: perf/urgent] perf vendor events s390: " tip-bot2 for Thomas Richter
2019-10-07 14:49 ` [tip: perf/urgent] perf vendor events s390: Add JSON transaction for machine " tip-bot2 for Thomas Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome