[PATCH v1 0/3] arm64: Support Neoverse-V2 for Perf Arm SPE

Besar Wicaksono posted 3 patches 1 year, 11 months ago
arch/arm64/include/asm/cputype.h       | 2 ++
tools/arch/arm64/include/asm/cputype.h | 2 ++
tools/perf/util/arm-spe.c              | 1 +
3 files changed, 5 insertions(+)
[PATCH v1 0/3] arm64: Support Neoverse-V2 for Perf Arm SPE
Posted by Besar Wicaksono 1 year, 11 months ago
This series support Neoverse-V2 CPU in Perf Arm SPE.
The first patch adds the Neoverse-V2 part number in kernel header.
The second patch syncs the kernel change to the tools header.
The third patch adds Neoverse-V2 into perf's Neoverse SPE data source list.

Besar Wicaksono (3):
  arm64: Add Neoverse-V2 part
  tools headers arm64: Add Neoverse-V2 part
  perf arm-spe: Add Neoverse-V2 to neoverse list

 arch/arm64/include/asm/cputype.h       | 2 ++
 tools/arch/arm64/include/asm/cputype.h | 2 ++
 tools/perf/util/arm-spe.c              | 1 +
 3 files changed, 5 insertions(+)


base-commit: d988c9f511af71a3445b6a4f3a2c67208ff8e480
-- 
2.17.1
Re: [PATCH v1 0/3] arm64: Support Neoverse-V2 for Perf Arm SPE
Posted by Will Deacon 1 year, 8 months ago
On Tue, 09 Jan 2024 13:23:07 -0600, Besar Wicaksono wrote:
> This series support Neoverse-V2 CPU in Perf Arm SPE.
> The first patch adds the Neoverse-V2 part number in kernel header.
> The second patch syncs the kernel change to the tools header.
> The third patch adds Neoverse-V2 into perf's Neoverse SPE data source list.
> 
> Besar Wicaksono (3):
>   arm64: Add Neoverse-V2 part
>   tools headers arm64: Add Neoverse-V2 part
>   perf arm-spe: Add Neoverse-V2 to neoverse list
> 
> [...]

Applied arch/arm64 part to arm64 (for-next/misc), thanks!

[1/3] arm64: Add Neoverse-V2 part
      https://git.kernel.org/arm64/c/f4d9d9dcc70b

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
Re: [PATCH v1 0/3] arm64: Support Neoverse-V2 for Perf Arm SPE
Posted by James Clark 1 year, 11 months ago

On 09/01/2024 19:23, Besar Wicaksono wrote:
> This series support Neoverse-V2 CPU in Perf Arm SPE.
> The first patch adds the Neoverse-V2 part number in kernel header.
> The second patch syncs the kernel change to the tools header.
> The third patch adds Neoverse-V2 into perf's Neoverse SPE data source list.
> 
> Besar Wicaksono (3):
>   arm64: Add Neoverse-V2 part
>   tools headers arm64: Add Neoverse-V2 part
>   perf arm-spe: Add Neoverse-V2 to neoverse list
> 
>  arch/arm64/include/asm/cputype.h       | 2 ++
>  tools/arch/arm64/include/asm/cputype.h | 2 ++
>  tools/perf/util/arm-spe.c              | 1 +
>  3 files changed, 5 insertions(+)
> 
> 
> base-commit: d988c9f511af71a3445b6a4f3a2c67208ff8e480

Reviewed-by: James Clark <james.clark@arm.com>