diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2019-12-12 14:52:37 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2019-12-12 14:52:37 +0000 |
| commit | e641f557bd4cc767790efaee8aefe5e9a04e3f1e (patch) | |
| tree | b3318ee48a84ce283a47a9ee814ad8a719abbe3e /lib/libpmc | |
| parent | 287398094725ca14400329cc979995c1a3e8e40e (diff) | |
Notes
Diffstat (limited to 'lib/libpmc')
| -rw-r--r-- | lib/libpmc/pmu-events/arch/s390/cf_z13/extended.json | 2 | ||||
| -rw-r--r-- | lib/libpmc/pmu-events/arch/s390/cf_z14/extended.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpmc/pmu-events/arch/s390/cf_z13/extended.json b/lib/libpmc/pmu-events/arch/s390/cf_z13/extended.json index 9a002b6967f1d..87e957925d019 100644 --- a/lib/libpmc/pmu-events/arch/s390/cf_z13/extended.json +++ b/lib/libpmc/pmu-events/arch/s390/cf_z13/extended.json @@ -27,7 +27,7 @@ "EventCode": "132", "EventName": "DTLB1_GPAGE_WRITES", "BriefDescription": "DTLB1 Two-Gigabyte Page Writes", - "PublicDescription": "Counter:132 Name:DTLB1_GPAGE_WRITES A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a two-gigabyte page." + "PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a two-gigabyte page." }, { "EventCode": "133", diff --git a/lib/libpmc/pmu-events/arch/s390/cf_z14/extended.json b/lib/libpmc/pmu-events/arch/s390/cf_z14/extended.json index aa4dfb46b65ba..723ef50e2584f 100644 --- a/lib/libpmc/pmu-events/arch/s390/cf_z14/extended.json +++ b/lib/libpmc/pmu-events/arch/s390/cf_z14/extended.json @@ -3,7 +3,7 @@ "EventCode": "128", "EventName": "L1D_RO_EXCL_WRITES", "BriefDescription": "L1D Read-only Exclusive Writes", - "PublicDescription": "Counter:128 Name:L1D_RO_EXCL_WRITES 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" + "PublicDescription": "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" }, { "EventCode": "129", |
