Re: [PATCH] tools: perf: pmu-events: Fix typo poiint->point

From: Ian Rogers
Date: Thu Aug 10 2023 - 18:03:08 EST


On Thu, Aug 3, 2023 at 1:45 PM Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:
>
> Em Thu, Aug 03, 2023 at 11:27:30AM +0530, Manank Patel escreveu:
> > Fix typo in file floating-point.json in /arch/x86/westmereep-dp
>
> AFAIK these are generated using a tool, so the fix needs to go to the
> file from where the JSON files are generated, Ian?

Yes, these are generated by the script:
https://github.com/intel/perfmon/blob/main/scripts/create_perf_json.py
Added Edward Baker at Intel who can correct these issues at source.

Thanks,
Ian

> - Arnaldo
>
> > Reported-by: Jens Schleusener <Jens.Schleusener@xxxxxxxxxxx>
> > Link: https://bugzilla.kernel.org/show_bug.cgi?id=205891
> > Signed-off-by: Manank Patel <manank@xxxxxxxxx>
> > ---
> > tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json b/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json
> > index c03f8990fa82..196ae1d9b157 100644
> > --- a/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json
> > +++ b/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json
> > @@ -8,7 +8,7 @@
> > "UMask": "0x1"
> > },
> > {
> > - "BriefDescription": "X87 Floating poiint assists for invalid input value (Precise Event)",
> > + "BriefDescription": "X87 Floating point assists for invalid input value (Precise Event)",
> > "EventCode": "0xF7",
> > "EventName": "FP_ASSIST.INPUT",
> > "PEBS": "1",
> >
> > ---
> > base-commit: 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4
> > change-id: 20230803-fix-typo-3cb207284310
> >
> > Best regards,
> > --
> > Manank Patel <manank@xxxxxxxxx>
> >
>
> --
>
> - Arnaldo