From: Ed Maste <[email protected]>
cf_z13 counter DTLB1_GPAGE_WRITES included a prefix 'Counter:132\tName:'.
This is incorrect; remove the prefix as with 7fcfa9a2d9 for cf_z14.
Signed-off-by: Ed Maste <[email protected]>
---
tools/perf/pmu-events/arch/s390/cf_z13/extended.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/pmu-events/arch/s390/cf_z13/extended.json b/tools/perf/pmu-events/arch/s390/cf_z13/extended.json
index 62e6bdf750dd..1a5e4f89c57e 100644
--- a/tools/perf/pmu-events/arch/s390/cf_z13/extended.json
+++ b/tools/perf/pmu-events/arch/s390/cf_z13/extended.json
@@ -32,7 +32,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."
},
{
"Unit": "CPU-M-CF",
--
2.24.0
Em Thu, Dec 12, 2019 at 02:34:46PM +0000, Ed Maste escreveu:
> From: Ed Maste <[email protected]>
>
> cf_z13 counter DTLB1_GPAGE_WRITES included a prefix 'Counter:132\tName:'.
> This is incorrect; remove the prefix as with 7fcfa9a2d9 for cf_z14.
Looks obviously right, applying.
- Arnaldo
> Signed-off-by: Ed Maste <[email protected]>
> ---
> tools/perf/pmu-events/arch/s390/cf_z13/extended.json | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/pmu-events/arch/s390/cf_z13/extended.json b/tools/perf/pmu-events/arch/s390/cf_z13/extended.json
> index 62e6bdf750dd..1a5e4f89c57e 100644
> --- a/tools/perf/pmu-events/arch/s390/cf_z13/extended.json
> +++ b/tools/perf/pmu-events/arch/s390/cf_z13/extended.json
> @@ -32,7 +32,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."
> },
> {
> "Unit": "CPU-M-CF",
> --
> 2.24.0
--
- Arnaldo