linux-kernel.vger.kernel.org archive mirror
 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

* Re: [PATCH] perf list: Fix s390 counter long description for DTLB1_GPAGE_WRITES
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2019-12-12 17:57 UTC (permalink / raw)
  To: Ed Maste
  Cc: linux-kernel, Peter Zijlstra, Ingo Molnar, Mark Rutland,
	Alexander Shishkin, Jiri Olsa, Namhyung Kim, Nick Hu,
	Greentime Hu, Vincent Chen, emaste, Thomas Richter

Em Thu, Dec 12, 2019 at 02:34:46PM +0000, Ed Maste escreveu:
> 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.

Looks obviously right, applying.

- Arnaldo
 
> 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

-- 

- Arnaldo

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

* [tip: perf/urgent] perf vendor events s390: Fix counter long description for DTLB1_GPAGE_WRITES
  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-bot2 for Ed Maste
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Ed Maste @ 2019-12-17 11:31 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Ed Maste, Alexander Shishkin, Greentime Hu, Jiri Olsa,
	Mark Rutland, Namhyung Kim, Nick Hu, Peter Zijlstra,
	Thomas Richter, Vincent Chen, Arnaldo Carvalho de Melo, x86,
	LKML

The following commit has been merged into the perf/urgent branch of tip:

Commit-ID:     28396b7df09b9565f404591c9945eac43526cb3f
Gitweb:        https://git.kernel.org/tip/28396b7df09b9565f404591c9945eac43526cb3f
Author:        Ed Maste <emaste@freebsd.org>
AuthorDate:    Thu, 12 Dec 2019 14:34:46 
Committer:     Arnaldo Carvalho de Melo <acme@redhat.com>
CommitterDate: Mon, 16 Dec 2019 13:40:26 -03:00

perf vendor events s390: Fix counter long description for DTLB1_GPAGE_WRITES

The 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>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Greentime Hu <green.hu@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Nick Hu <nickhu@andestech.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Richter <tmricht@linux.ibm.com>
Cc: Vincent Chen <deanbo422@gmail.com>
Link: http://lore.kernel.org/lkml/20191212143446.88582-1-emaste@freefall.freebsd.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 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 436ce33..5da8296 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",

^ 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;
as well as URLs for NNTP newsgroup(s).