All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf vendor events: Fix spelling mistake "icach" -> "icache"
@ 2021-09-16  8:13 Colin King
  2021-09-18 19:46 ` Ian Rogers
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2021-09-16  8:13 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	linux-perf-users
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the description text, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/perf/pmu-events/arch/powerpc/power8/other.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/pmu-events/arch/powerpc/power8/other.json b/tools/perf/pmu-events/arch/powerpc/power8/other.json
index 84a0cedf1fd9..f1f2965f6775 100644
--- a/tools/perf/pmu-events/arch/powerpc/power8/other.json
+++ b/tools/perf/pmu-events/arch/powerpc/power8/other.json
@@ -1046,7 +1046,7 @@
   {
     "EventCode": "0x4e010",
     "EventName": "PM_GCT_NOSLOT_IC_L3MISS",
-    "BriefDescription": "Gct empty for this thread due to icach l3 miss",
+    "BriefDescription": "Gct empty for this thread due to icache l3 miss",
     "PublicDescription": ""
   },
   {
-- 
2.32.0


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

* Re: [PATCH] perf vendor events: Fix spelling mistake "icach" -> "icache"
  2021-09-16  8:13 [PATCH] perf vendor events: Fix spelling mistake "icach" -> "icache" Colin King
@ 2021-09-18 19:46 ` Ian Rogers
  2021-09-24 18:57   ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Rogers @ 2021-09-18 19:46 UTC (permalink / raw)
  To: Colin King, Paul Clarke
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	linux-perf-users, kernel-janitors, linux-kernel

On Thu, Sep 16, 2021 at 1:13 AM Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in the description text, fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Ian Rogers <irogers@google.com>

Thanks,
Ian

> ---
>  tools/perf/pmu-events/arch/powerpc/power8/other.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/pmu-events/arch/powerpc/power8/other.json b/tools/perf/pmu-events/arch/powerpc/power8/other.json
> index 84a0cedf1fd9..f1f2965f6775 100644
> --- a/tools/perf/pmu-events/arch/powerpc/power8/other.json
> +++ b/tools/perf/pmu-events/arch/powerpc/power8/other.json
> @@ -1046,7 +1046,7 @@
>    {
>      "EventCode": "0x4e010",
>      "EventName": "PM_GCT_NOSLOT_IC_L3MISS",
> -    "BriefDescription": "Gct empty for this thread due to icach l3 miss",
> +    "BriefDescription": "Gct empty for this thread due to icache l3 miss",
>      "PublicDescription": ""
>    },
>    {
> --
> 2.32.0
>

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

* Re: [PATCH] perf vendor events: Fix spelling mistake "icach" -> "icache"
  2021-09-18 19:46 ` Ian Rogers
@ 2021-09-24 18:57   ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2021-09-24 18:57 UTC (permalink / raw)
  To: Ian Rogers
  Cc: Colin King, Paul Clarke, Peter Zijlstra, Ingo Molnar,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	linux-perf-users, kernel-janitors, linux-kernel

Em Sat, Sep 18, 2021 at 12:46:16PM -0700, Ian Rogers escreveu:
> On Thu, Sep 16, 2021 at 1:13 AM Colin King <colin.king@canonical.com> wrote:
> >
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > There is a spelling mistake in the description text, fix it.
> >
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> 
> Acked-by: Ian Rogers <irogers@google.com>

Thanks, applied.

- Arnaldo

 
> Thanks,
> Ian
> 
> > ---
> >  tools/perf/pmu-events/arch/powerpc/power8/other.json | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tools/perf/pmu-events/arch/powerpc/power8/other.json b/tools/perf/pmu-events/arch/powerpc/power8/other.json
> > index 84a0cedf1fd9..f1f2965f6775 100644
> > --- a/tools/perf/pmu-events/arch/powerpc/power8/other.json
> > +++ b/tools/perf/pmu-events/arch/powerpc/power8/other.json
> > @@ -1046,7 +1046,7 @@
> >    {
> >      "EventCode": "0x4e010",
> >      "EventName": "PM_GCT_NOSLOT_IC_L3MISS",
> > -    "BriefDescription": "Gct empty for this thread due to icach l3 miss",
> > +    "BriefDescription": "Gct empty for this thread due to icache l3 miss",
> >      "PublicDescription": ""
> >    },
> >    {
> > --
> > 2.32.0
> >

-- 

- Arnaldo

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

end of thread, other threads:[~2021-09-24 18:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16  8:13 [PATCH] perf vendor events: Fix spelling mistake "icach" -> "icache" Colin King
2021-09-18 19:46 ` Ian Rogers
2021-09-24 18:57   ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.