forked from pool/s390-tools
a7f8ed0265
Lots of features implemented for SLES15 SP1. OBS-URL: https://build.opensuse.org/request/show/648783 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=57
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
|