Re: [PATCH v6 1/5] arm: perf: Drop unused functions

2024-11-07 Thread Will Deacon
On Tue, Nov 05, 2024 at 07:55:58PM +, Colton Lewis wrote: > For arm's implementation, perf_instruction_pointer() and > perf_misc_flags() are equivalent to the generic versions in > include/linux/perf_event.h so arch/arm doesn't need to provide its > own versions. Drop them here. > > Signed-off

[PATCH v6 1/5] arm: perf: Drop unused functions

2024-11-05 Thread Colton Lewis
For arm's implementation, perf_instruction_pointer() and perf_misc_flags() are equivalent to the generic versions in include/linux/perf_event.h so arch/arm doesn't need to provide its own versions. Drop them here. Signed-off-by: Colton Lewis Reviewed-by: Oliver Upton --- arch/arm/include/asm/pe