forked from pool/s390-tools
43 lines
1.6 KiB
Diff
43 lines
1.6 KiB
Diff
|
Subject: cpumf: add missing Description: tag for z13/z14/ctr:128
|
||
|
From: Hendrik Brueckner <brueckner@linux.ibm.com>
|
||
|
|
||
|
Summary: cpumf: Add CPU-MF hardware counters for z14
|
||
|
Description: Add hardware counter definitions for IBM z14.
|
||
|
Upstream-ID: a3c746846d86ebcee6cbf36505598b7da367665b
|
||
|
Problem-ID: KRN1608
|
||
|
|
||
|
Upstream-Description:
|
||
|
|
||
|
cpumf: add missing Description: tag for z13/z14/ctr:128
|
||
|
|
||
|
Signed-off-by: Thomas Richter <tmricht@linux.vnet.ibm.com>
|
||
|
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
|
||
|
|
||
|
|
||
|
Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com>
|
||
|
---
|
||
|
cpumf/data/cpum-cf-extended-z13.ctr | 1 +
|
||
|
cpumf/data/cpum-cf-extended-z14.ctr | 1 +
|
||
|
2 files changed, 2 insertions(+)
|
||
|
|
||
|
--- a/cpumf/data/cpum-cf-extended-z13.ctr
|
||
|
+++ b/cpumf/data/cpum-cf-extended-z13.ctr
|
||
|
@@ -17,6 +17,7 @@
|
||
|
# Extended Counter Set
|
||
|
# ---------------------------------------------------------------------
|
||
|
Counter:128 Name:L1D_WRITES_RO_EXCL
|
||
|
+Description:
|
||
|
A directory write to the Level-1 Data cache where the line was
|
||
|
originally in a Read-Only state in the cache but has been updated
|
||
|
to be in the Exclusive state that allows stores to the cache line.
|
||
|
--- a/cpumf/data/cpum-cf-extended-z14.ctr
|
||
|
+++ b/cpumf/data/cpum-cf-extended-z14.ctr
|
||
|
@@ -20,6 +20,7 @@
|
||
|
# Extended Counter Set
|
||
|
# ---------------------------------------------------------------------
|
||
|
Counter:128 Name:L1D_WRITES_RO_EXCL
|
||
|
+Description:
|
||
|
A directory write to the Level-1 Data cache where the line was
|
||
|
originally in a Read-Only state in the cache but has been updated
|
||
|
to be in the Exclusive state that allows stores to the cache line
|