lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 6 Jul 2022 13:26:10 -0700
From:   Ian Rogers <irogers@...gle.com>
To:     hayashizaki.masayuki@...il.com, perfmon-discuss@...ts.01.org
Cc:     torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org,
        linux-perf-users <linux-perf-users@...r.kernel.org>,
        Arnaldo Carvalho de Melo <acme@...nel.org>,
        Namhyung Kim <namhyung@...nel.org>,
        Jiri Olsa <jolsa@...nel.org>, Kan Liang <kan.liang@...el.com>,
        Zhengjun Xing <zhengjun.xing@...ux.intel.com>
Subject: Re: [GIT PULL] tools/perf/pmu-events: Fix some typo (2022-07-05
 05:10:43 +0900)

On Tue, Jul 5, 2022 at 1:09 AM Hayashizaki Masayuki
<hayashizaki.masayuki@...il.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@...ts.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@...il.com
> AkariSpetification / Developer
> https://akari.mn

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ