* [PATCH] perf vendor events arm64: Arm Cortex-A78C and X1C
@ 2022-06-10 17:44 Nick Forrington
2022-06-13 10:09 ` John Garry
0 siblings, 1 reply; 4+ messages in thread
From: Nick Forrington @ 2022-06-10 17:44 UTC (permalink / raw)
To: linux-kernel, linux-perf-users, acme
Cc: Nick Forrington, John Garry, Will Deacon, James Clark, Mike Leach,
Leo Yan, Peter Zijlstra, Ingo Molnar, Mark Rutland,
Alexander Shishkin, Jiri Olsa, Namhyung Kim, Andrew Kilroy,
linux-arm-kernel
Add PMU events for the Arm Cortex-A78C and Arm Cortex-X1C CPUs.
Events for Arm Cortex-A78C match those for Arm Cortex-A78.
Events for Arm Cortex-X1C match those for Arm Cortex- X1.
As such, this is just a mapfile change.
Main ID Register (MIDR) and event data is sourced from the corresponding
Arm Technical Reference Manuals:
Arm Cortex-A78C
https://developer.arm.com/documentation/102226/
Arm Cortex-X1C
https://developer.arm.com/documentation/101968/
Signed-off-by: Nick Forrington <nick.forrington@arm.com>
---
tools/perf/pmu-events/arch/arm64/mapfile.csv | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/perf/pmu-events/arch/arm64/mapfile.csv b/tools/perf/pmu-events/arch/arm64/mapfile.csv
index ed29e4433c67..406f6edd4e12 100644
--- a/tools/perf/pmu-events/arch/arm64/mapfile.csv
+++ b/tools/perf/pmu-events/arch/arm64/mapfile.csv
@@ -27,7 +27,9 @@
0x00000000410fd0d0,v1,arm/cortex-a77,core
0x00000000410fd400,v1,arm/neoverse-v1,core
0x00000000410fd410,v1,arm/cortex-a78,core
+0x00000000410fd4b0,v1,arm/cortex-a78,core
0x00000000410fd440,v1,arm/cortex-x1,core
+0x00000000410fd4c0,v1,arm/cortex-x1,core
0x00000000410fd460,v1,arm/cortex-a510,core
0x00000000410fd470,v1,arm/cortex-a710,core
0x00000000410fd480,v1,arm/cortex-x2,core
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] perf vendor events arm64: Arm Cortex-A78C and X1C
2022-06-10 17:44 [PATCH] perf vendor events arm64: Arm Cortex-A78C and X1C Nick Forrington
@ 2022-06-13 10:09 ` John Garry
2022-07-28 16:17 ` Nick Forrington
0 siblings, 1 reply; 4+ messages in thread
From: John Garry @ 2022-06-13 10:09 UTC (permalink / raw)
To: Nick Forrington, linux-kernel, linux-perf-users, acme
Cc: Will Deacon, James Clark, Mike Leach, Leo Yan, Peter Zijlstra,
Ingo Molnar, Mark Rutland, Alexander Shishkin, Jiri Olsa,
Namhyung Kim, Andrew Kilroy, linux-arm-kernel
On 10/06/2022 18:44, Nick Forrington wrote:
> Add PMU events for the Arm Cortex-A78C and Arm Cortex-X1C CPUs.
>
> Events for Arm Cortex-A78C match those for Arm Cortex-A78.
> Events for Arm Cortex-X1C match those for Arm Cortex- X1.
>
> As such, this is just a mapfile change.
>
> Main ID Register (MIDR) and event data is sourced from the corresponding
> Arm Technical Reference Manuals:
>
> Arm Cortex-A78C
> https://developer.arm.com/documentation/102226/
>
> Arm Cortex-X1C
> https://developer.arm.com/documentation/101968/
>
> Signed-off-by: Nick Forrington<nick.forrington@arm.com>
Reviewed-by: John Garry <john.garry@huawei.com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] perf vendor events arm64: Arm Cortex-A78C and X1C
2022-06-13 10:09 ` John Garry
@ 2022-07-28 16:17 ` Nick Forrington
2022-07-28 19:13 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 4+ messages in thread
From: Nick Forrington @ 2022-07-28 16:17 UTC (permalink / raw)
To: John Garry, linux-kernel, linux-perf-users, acme
Cc: Will Deacon, James Clark, Mike Leach, Leo Yan, Peter Zijlstra,
Ingo Molnar, Mark Rutland, Alexander Shishkin, Jiri Olsa,
Namhyung Kim, Andrew Kilroy, linux-arm-kernel
On 13/06/2022 11:09, John Garry wrote:
> On 10/06/2022 18:44, Nick Forrington wrote:
>> Add PMU events for the Arm Cortex-A78C and Arm Cortex-X1C CPUs.
>>
>> Events for Arm Cortex-A78C match those for Arm Cortex-A78.
>> Events for Arm Cortex-X1C match those for Arm Cortex- X1.
>>
>> As such, this is just a mapfile change.
>>
>> Main ID Register (MIDR) and event data is sourced from the corresponding
>> Arm Technical Reference Manuals:
>>
>> Arm Cortex-A78C
>> https://developer.arm.com/documentation/102226/
>>
>> Arm Cortex-X1C
>> https://developer.arm.com/documentation/101968/
>>
>> Signed-off-by: Nick Forrington<nick.forrington@arm.com>
>
> Reviewed-by: John Garry <john.garry@huawei.com>
Could this be applied please?
Thanks,
Nick
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] perf vendor events arm64: Arm Cortex-A78C and X1C
2022-07-28 16:17 ` Nick Forrington
@ 2022-07-28 19:13 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2022-07-28 19:13 UTC (permalink / raw)
To: Nick Forrington
Cc: John Garry, linux-kernel, linux-perf-users, Will Deacon,
James Clark, Mike Leach, Leo Yan, Peter Zijlstra, Ingo Molnar,
Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
Andrew Kilroy, linux-arm-kernel
Em Thu, Jul 28, 2022 at 05:17:08PM +0100, Nick Forrington escreveu:
> On 13/06/2022 11:09, John Garry wrote:
> > On 10/06/2022 18:44, Nick Forrington wrote:
> > > Add PMU events for the Arm Cortex-A78C and Arm Cortex-X1C CPUs.
> > >
> > > Events for Arm Cortex-A78C match those for Arm Cortex-A78.
> > > Events for Arm Cortex-X1C match those for Arm Cortex- X1.
> > >
> > > As such, this is just a mapfile change.
> > >
> > > Main ID Register (MIDR) and event data is sourced from the corresponding
> > > Arm Technical Reference Manuals:
> > >
> > > Arm Cortex-A78C
> > > https://developer.arm.com/documentation/102226/
> > >
> > > Arm Cortex-X1C
> > > https://developer.arm.com/documentation/101968/
> > >
> > > Signed-off-by: Nick Forrington<nick.forrington@arm.com>
> >
> > Reviewed-by: John Garry <john.garry@huawei.com>
>
> Could this be applied please?
Thanks, applied.
- Arnaldo
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-28 19:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-10 17:44 [PATCH] perf vendor events arm64: Arm Cortex-A78C and X1C Nick Forrington
2022-06-13 10:09 ` John Garry
2022-07-28 16:17 ` Nick Forrington
2022-07-28 19:13 ` Arnaldo Carvalho de Melo
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).