The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] perf list: Fix s390 counter long description for DTLB1_GPAGE_WRITES
@ 2019-12-12 14:34 Ed Maste
  2019-12-12 17:57 ` Arnaldo Carvalho de Melo
  2019-12-17 11:31 ` [tip: perf/urgent] perf vendor events s390: Fix " tip-bot2 for Ed Maste
  0 siblings, 2 replies; 3+ messages in thread
From: Ed Maste @ 2019-12-12 14:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Nick Hu, Greentime Hu, Vincent Chen, emaste, Thomas Richter

From: Ed Maste <emaste@freebsd.org>

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 <emaste@freebsd.org>
---
 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


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

end of thread, other threads:[~2019-12-17 11:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12 14:34 [PATCH] perf list: Fix s390 counter long description for DTLB1_GPAGE_WRITES Ed Maste
2019-12-12 17:57 ` Arnaldo Carvalho de Melo
2019-12-17 11:31 ` [tip: perf/urgent] perf vendor events s390: Fix " tip-bot2 for Ed Maste

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