Re: [PATCH V2 RESEND] drivers: perf: arm_pmuv3: Add new macro PMUV3_INIT_MAP_EVENT()

From: Anshuman Khandual
Date: Tue Nov 28 2023 - 00:32:47 EST




On 11/14/23 11:46, Anshuman Khandual wrote:
> This further compacts all remaining PMU init procedures requiring specific
> map_event functions via a new macro PMUV3_INIT_MAP_EVENT(). While here, it
> also changes generated init function names to match to those generated via
> the other macro PMUV3_INIT_SIMPLE(). This does not cause functional change.
>
> Cc: Will Deacon <will@xxxxxxxxxx>
> Cc: Mark Rutland <mark.rutland@xxxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Reviewed-by: James Clark <james.clark@xxxxxxx>
> Signed-off-by: Anshuman Khandual <anshuman.khandual@xxxxxxx>
> ---
> This applies on v6.7-rc1
>
> Changes in V2:
>
> https://lore.kernel.org/all/20231020051543.2818951-1-anshuman.khandual@xxxxxxx/
>
> - Updated the commit message
> - Rebased the patch after the following change
> https://lore.kernel.org/all/20231016025436.1368945-1-anshuman.khandual@xxxxxxx/

Hello Will/Mark,

Any updates or concerns on this patch ?

- Anshuman