* [GIT PULL] tools/perf/pmu-events: Fix some typo (2022-07-05 05:10:43 +0900)
@ 2022-07-05 8:09 Hayashizaki Masayuki
2022-07-06 20:26 ` Ian Rogers
0 siblings, 1 reply; 2+ messages in thread
From: Hayashizaki Masayuki @ 2022-07-05 8:09 UTC (permalink / raw)
To: torvalds, linux-kernel, irogers
Hello:
I sent a pull request. Please review and merge.
Reason:
Fix some typo.
Git repository URL:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Branch name:
pmu-events-fixes-5.19-5
Pull request log:
git request-pull origin/master pmu-events-fixes-5.19-5
fatal: 'pmu-events-fixes-5.19-5' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
warn: No match for commit 2a3f9ec126ba4bb036b638ede6794c3ce313c6c4 found
at pmu-events-fixes-5.19-5
warn: Are you sure you pushed 'HEAD' there?
The following changes since commit c1084b6c5620a743f86947caca66d90f24060f56:
Merge tag 'soc-fixes-5.19-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2022-07-04
10:41:59 -0700)
are available in the Git repository at:
pmu-events-fixes-5.19-5
for you to fetch changes up to 2a3f9ec126ba4bb036b638ede6794c3ce313c6c4:
tools/perf/pmu-events: Fix some typo (2022-07-05 05:10:43 +0900)
----------------------------------------------------------------
Hayashizaki Masayuki (1):
tools/perf/pmu-events: Fix some typo
tools/perf/pmu-events/arch/x86/broadwell/pipeline.json | 10 +++++-----
tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json | 10 +++++-----
tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json | 10 +++++-----
tools/perf/pmu-events/arch/x86/haswell/pipeline.json | 10 +++++-----
tools/perf/pmu-events/arch/x86/haswellx/pipeline.json | 10 +++++-----
5 files changed, 25 insertions(+), 25 deletions(-)
Diff:
diff --git a/tools/perf/pmu-events/arch/x86/broadwell/pipeline.json
b/tools/perf/pmu-events/arch/x86/broadwell/pipeline.json
index 18d21b94a4b9..23e0c3fadc53 100644
--- a/tools/perf/pmu-events/arch/x86/broadwell/pipeline.json
+++ b/tools/perf/pmu-events/arch/x86/broadwell/pipeline.json
@@ -1133,7 +1133,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 0.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 0.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1153,7 +1153,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 1.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 1.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1213,7 +1213,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 4.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 4.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1233,7 +1233,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 5.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 5.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1253,7 +1253,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 6.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 6.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
diff --git a/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
b/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
index 7580b8af0d13..b67eba679844 100644
--- a/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
+++ b/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
@@ -1133,7 +1133,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 0.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 0.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1153,7 +1153,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 1.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 1.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1213,7 +1213,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 4.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 4.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1233,7 +1233,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 5.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 5.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1253,7 +1253,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 6.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 6.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
diff --git a/tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json
b/tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json
index 18d21b94a4b9..23e0c3fadc53 100644
--- a/tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json
+++ b/tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json
@@ -1133,7 +1133,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 0.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 0.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1153,7 +1153,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 1.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 1.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1213,7 +1213,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 4.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 4.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1233,7 +1233,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 5.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 5.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
@@ -1253,7 +1253,7 @@
},
{
"AnyThread": "1",
- "BriefDescription": "Cycles per core when uops are exectuted in
port 6.",
+ "BriefDescription": "Cycles per core when uops are executed in
port 6.",
"Counter": "0,1,2,3",
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
diff --git a/tools/perf/pmu-events/arch/x86/haswell/pipeline.json
b/tools/perf/pmu-events/arch/x86/haswell/pipeline.json
index a53f28ec9270..06fbe7d34a8c 100644
--- a/tools/perf/pmu-events/arch/x86/haswell/pipeline.json
+++ b/tools/perf/pmu-events/arch/x86/haswell/pipeline.json
@@ -1035,7 +1035,7 @@
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
"EventName": "UOPS_EXECUTED_PORT.PORT_0_CORE",
- "PublicDescription": "Cycles per core when uops are exectuted
in port 0.",
+ "PublicDescription": "Cycles per core when uops are executed in
port 0.",
"SampleAfterValue": "2000003",
"UMask": "0x1"
},
@@ -1056,7 +1056,7 @@
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
"EventName": "UOPS_EXECUTED_PORT.PORT_1_CORE",
- "PublicDescription": "Cycles per core when uops are exectuted
in port 1.",
+ "PublicDescription": "Cycles per core when uops are executed in
port 1.",
"SampleAfterValue": "2000003",
"UMask": "0x2"
},
@@ -1117,7 +1117,7 @@
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
"EventName": "UOPS_EXECUTED_PORT.PORT_4_CORE",
- "PublicDescription": "Cycles per core when uops are exectuted
in port 4.",
+ "PublicDescription": "Cycles per core when uops are executed in
port 4.",
"SampleAfterValue": "2000003",
"UMask": "0x10"
},
@@ -1138,7 +1138,7 @@
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
"EventName": "UOPS_EXECUTED_PORT.PORT_5_CORE",
- "PublicDescription": "Cycles per core when uops are exectuted
in port 5.",
+ "PublicDescription": "Cycles per core when uops are executed in
port 5.",
"SampleAfterValue": "2000003",
"UMask": "0x20"
},
@@ -1159,7 +1159,7 @@
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
"EventName": "UOPS_EXECUTED_PORT.PORT_6_CORE",
- "PublicDescription": "Cycles per core when uops are exectuted
in port 6.",
+ "PublicDescription": "Cycles per core when uops are executed in
port 6.",
"SampleAfterValue": "2000003",
"UMask": "0x40"
},
diff --git a/tools/perf/pmu-events/arch/x86/haswellx/pipeline.json
b/tools/perf/pmu-events/arch/x86/haswellx/pipeline.json
index a53f28ec9270..06fbe7d34a8c 100644
--- a/tools/perf/pmu-events/arch/x86/haswellx/pipeline.json
+++ b/tools/perf/pmu-events/arch/x86/haswellx/pipeline.json
@@ -1035,7 +1035,7 @@
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
"EventName": "UOPS_EXECUTED_PORT.PORT_0_CORE",
- "PublicDescription": "Cycles per core when uops are exectuted
in port 0.",
+ "PublicDescription": "Cycles per core when uops are executed in
port 0.",
"SampleAfterValue": "2000003",
"UMask": "0x1"
},
@@ -1056,7 +1056,7 @@
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
"EventName": "UOPS_EXECUTED_PORT.PORT_1_CORE",
- "PublicDescription": "Cycles per core when uops are exectuted
in port 1.",
+ "PublicDescription": "Cycles per core when uops are executed in
port 1.",
"SampleAfterValue": "2000003",
"UMask": "0x2"
},
@@ -1117,7 +1117,7 @@
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
"EventName": "UOPS_EXECUTED_PORT.PORT_4_CORE",
- "PublicDescription": "Cycles per core when uops are exectuted
in port 4.",
+ "PublicDescription": "Cycles per core when uops are executed in
port 4.",
"SampleAfterValue": "2000003",
"UMask": "0x10"
},
@@ -1138,7 +1138,7 @@
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
"EventName": "UOPS_EXECUTED_PORT.PORT_5_CORE",
- "PublicDescription": "Cycles per core when uops are exectuted
in port 5.",
+ "PublicDescription": "Cycles per core when uops are executed in
port 5.",
"SampleAfterValue": "2000003",
"UMask": "0x20"
},
@@ -1159,7 +1159,7 @@
"CounterHTOff": "0,1,2,3,4,5,6,7",
"EventCode": "0xA1",
"EventName": "UOPS_EXECUTED_PORT.PORT_6_CORE",
- "PublicDescription": "Cycles per core when uops are exectuted
in port 6.",
+ "PublicDescription": "Cycles per core when uops are executed in
port 6.",
"SampleAfterValue": "2000003",
"UMask": "0x40"
},
--
Hayashizaki Masayuki
hayashizaki.masayuki@gmail.com
AkariSpetification / Developer
https://akari.mn
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [GIT PULL] tools/perf/pmu-events: Fix some typo (2022-07-05 05:10:43 +0900)
2022-07-05 8:09 [GIT PULL] tools/perf/pmu-events: Fix some typo (2022-07-05 05:10:43 +0900) Hayashizaki Masayuki
@ 2022-07-06 20:26 ` Ian Rogers
0 siblings, 0 replies; 2+ messages in thread
From: Ian Rogers @ 2022-07-06 20:26 UTC (permalink / raw)
To: hayashizaki.masayuki, perfmon-discuss
Cc: torvalds, linux-kernel, linux-perf-users,
Arnaldo Carvalho de Melo, Namhyung Kim, Jiri Olsa, Kan Liang,
Zhengjun Xing
On Tue, Jul 5, 2022 at 1:09 AM Hayashizaki Masayuki
<hayashizaki.masayuki@gmail.com> wrote:
>
> Hello:
>
> I sent a pull request. Please review and merge.
>
> Reason:
> Fix some typo.
>
> Git repository URL:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>
> Branch name:
> pmu-events-fixes-5.19-5
>
> Pull request log:
> git request-pull origin/master pmu-events-fixes-5.19-5
> fatal: 'pmu-events-fixes-5.19-5' does not appear to be a git repository
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> warn: No match for commit 2a3f9ec126ba4bb036b638ede6794c3ce313c6c4 found
> at pmu-events-fixes-5.19-5
> warn: Are you sure you pushed 'HEAD' there?
> The following changes since commit c1084b6c5620a743f86947caca66d90f24060f56:
>
> Merge tag 'soc-fixes-5.19-2' of
> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2022-07-04
> 10:41:59 -0700)
>
> are available in the Git repository at:
>
> pmu-events-fixes-5.19-5
>
> for you to fetch changes up to 2a3f9ec126ba4bb036b638ede6794c3ce313c6c4:
>
> tools/perf/pmu-events: Fix some typo (2022-07-05 05:10:43 +0900)
>
> ----------------------------------------------------------------
> Hayashizaki Masayuki (1):
> tools/perf/pmu-events: Fix some typo
>
> tools/perf/pmu-events/arch/x86/broadwell/pipeline.json | 10 +++++-----
> tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json | 10 +++++-----
> tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json | 10 +++++-----
> tools/perf/pmu-events/arch/x86/haswell/pipeline.json | 10 +++++-----
> tools/perf/pmu-events/arch/x86/haswellx/pipeline.json | 10 +++++-----
> 5 files changed, 25 insertions(+), 25 deletions(-)
These files are generated from json files here:
https://download.01.org/perfmon/
Using scripts here:
https://github.com/intel/event-converter-for-linux-perf
Fixing the spelling in the Linux tree will mean future updates will
need to manually also fix the spelling, it is better we fix the
spelling in the files on 01.org. I've added
perfmon-discuss@lists.01.org in the to-s of this e-mail, so hopefully
the files will be revised in the next 01.org update.
Thanks,
Ian
> Diff:
> diff --git a/tools/perf/pmu-events/arch/x86/broadwell/pipeline.json
> b/tools/perf/pmu-events/arch/x86/broadwell/pipeline.json
> index 18d21b94a4b9..23e0c3fadc53 100644
> --- a/tools/perf/pmu-events/arch/x86/broadwell/pipeline.json
> +++ b/tools/perf/pmu-events/arch/x86/broadwell/pipeline.json
> @@ -1133,7 +1133,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 0.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 0.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1153,7 +1153,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 1.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 1.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1213,7 +1213,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 4.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 4.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1233,7 +1233,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 5.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 5.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1253,7 +1253,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 6.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 6.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> diff --git a/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
> b/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
> index 7580b8af0d13..b67eba679844 100644
> --- a/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
> +++ b/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
> @@ -1133,7 +1133,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 0.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 0.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1153,7 +1153,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 1.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 1.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1213,7 +1213,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 4.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 4.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1233,7 +1233,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 5.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 5.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1253,7 +1253,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 6.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 6.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> diff --git a/tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json
> b/tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json
> index 18d21b94a4b9..23e0c3fadc53 100644
> --- a/tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json
> +++ b/tools/perf/pmu-events/arch/x86/broadwellx/pipeline.json
> @@ -1133,7 +1133,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 0.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 0.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1153,7 +1153,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 1.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 1.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1213,7 +1213,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 4.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 4.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1233,7 +1233,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 5.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 5.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> @@ -1253,7 +1253,7 @@
> },
> {
> "AnyThread": "1",
> - "BriefDescription": "Cycles per core when uops are exectuted in
> port 6.",
> + "BriefDescription": "Cycles per core when uops are executed in
> port 6.",
> "Counter": "0,1,2,3",
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> diff --git a/tools/perf/pmu-events/arch/x86/haswell/pipeline.json
> b/tools/perf/pmu-events/arch/x86/haswell/pipeline.json
> index a53f28ec9270..06fbe7d34a8c 100644
> --- a/tools/perf/pmu-events/arch/x86/haswell/pipeline.json
> +++ b/tools/perf/pmu-events/arch/x86/haswell/pipeline.json
> @@ -1035,7 +1035,7 @@
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> "EventName": "UOPS_EXECUTED_PORT.PORT_0_CORE",
> - "PublicDescription": "Cycles per core when uops are exectuted
> in port 0.",
> + "PublicDescription": "Cycles per core when uops are executed in
> port 0.",
> "SampleAfterValue": "2000003",
> "UMask": "0x1"
> },
> @@ -1056,7 +1056,7 @@
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> "EventName": "UOPS_EXECUTED_PORT.PORT_1_CORE",
> - "PublicDescription": "Cycles per core when uops are exectuted
> in port 1.",
> + "PublicDescription": "Cycles per core when uops are executed in
> port 1.",
> "SampleAfterValue": "2000003",
> "UMask": "0x2"
> },
> @@ -1117,7 +1117,7 @@
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> "EventName": "UOPS_EXECUTED_PORT.PORT_4_CORE",
> - "PublicDescription": "Cycles per core when uops are exectuted
> in port 4.",
> + "PublicDescription": "Cycles per core when uops are executed in
> port 4.",
> "SampleAfterValue": "2000003",
> "UMask": "0x10"
> },
> @@ -1138,7 +1138,7 @@
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> "EventName": "UOPS_EXECUTED_PORT.PORT_5_CORE",
> - "PublicDescription": "Cycles per core when uops are exectuted
> in port 5.",
> + "PublicDescription": "Cycles per core when uops are executed in
> port 5.",
> "SampleAfterValue": "2000003",
> "UMask": "0x20"
> },
> @@ -1159,7 +1159,7 @@
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> "EventName": "UOPS_EXECUTED_PORT.PORT_6_CORE",
> - "PublicDescription": "Cycles per core when uops are exectuted
> in port 6.",
> + "PublicDescription": "Cycles per core when uops are executed in
> port 6.",
> "SampleAfterValue": "2000003",
> "UMask": "0x40"
> },
> diff --git a/tools/perf/pmu-events/arch/x86/haswellx/pipeline.json
> b/tools/perf/pmu-events/arch/x86/haswellx/pipeline.json
> index a53f28ec9270..06fbe7d34a8c 100644
> --- a/tools/perf/pmu-events/arch/x86/haswellx/pipeline.json
> +++ b/tools/perf/pmu-events/arch/x86/haswellx/pipeline.json
> @@ -1035,7 +1035,7 @@
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> "EventName": "UOPS_EXECUTED_PORT.PORT_0_CORE",
> - "PublicDescription": "Cycles per core when uops are exectuted
> in port 0.",
> + "PublicDescription": "Cycles per core when uops are executed in
> port 0.",
> "SampleAfterValue": "2000003",
> "UMask": "0x1"
> },
> @@ -1056,7 +1056,7 @@
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> "EventName": "UOPS_EXECUTED_PORT.PORT_1_CORE",
> - "PublicDescription": "Cycles per core when uops are exectuted
> in port 1.",
> + "PublicDescription": "Cycles per core when uops are executed in
> port 1.",
> "SampleAfterValue": "2000003",
> "UMask": "0x2"
> },
> @@ -1117,7 +1117,7 @@
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> "EventName": "UOPS_EXECUTED_PORT.PORT_4_CORE",
> - "PublicDescription": "Cycles per core when uops are exectuted
> in port 4.",
> + "PublicDescription": "Cycles per core when uops are executed in
> port 4.",
> "SampleAfterValue": "2000003",
> "UMask": "0x10"
> },
> @@ -1138,7 +1138,7 @@
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> "EventName": "UOPS_EXECUTED_PORT.PORT_5_CORE",
> - "PublicDescription": "Cycles per core when uops are exectuted
> in port 5.",
> + "PublicDescription": "Cycles per core when uops are executed in
> port 5.",
> "SampleAfterValue": "2000003",
> "UMask": "0x20"
> },
> @@ -1159,7 +1159,7 @@
> "CounterHTOff": "0,1,2,3,4,5,6,7",
> "EventCode": "0xA1",
> "EventName": "UOPS_EXECUTED_PORT.PORT_6_CORE",
> - "PublicDescription": "Cycles per core when uops are exectuted
> in port 6.",
> + "PublicDescription": "Cycles per core when uops are executed in
> port 6.",
> "SampleAfterValue": "2000003",
> "UMask": "0x40"
> },
> --
> Hayashizaki Masayuki
> hayashizaki.masayuki@gmail.com
> AkariSpetification / Developer
> https://akari.mn
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-06 20:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05 8:09 [GIT PULL] tools/perf/pmu-events: Fix some typo (2022-07-05 05:10:43 +0900) Hayashizaki Masayuki
2022-07-06 20:26 ` Ian Rogers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox