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

2024-10-04 Thread Mark Rutland
On Fri, Sep 20, 2024 at 05:47:36PM +, 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 v5 1/5] arm: perf: Drop unused functions

2024-09-20 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 --- arch/arm/include/asm/perf_event.h | 7 --- ar