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

2024-09-11 Thread Colton Lewis
Mark Rutland writes: On Wed, Sep 04, 2024 at 08:41:29PM +, Colton Lewis wrote: perf_instruction_pointer() and perf_misc_flags() aren't used anywhere in this particular perf implementation. Drop them. I think it'd be better to say that arch/arm's implementation of these is equivalent to

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

2024-09-05 Thread Mark Rutland
On Wed, Sep 04, 2024 at 08:41:29PM +, Colton Lewis wrote: > perf_instruction_pointer() and perf_misc_flags() aren't used anywhere > in this particular perf implementation. Drop them. I think it'd be better to say that arch/arm's implementation of these is equivalent to the generic versions in

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

2024-09-04 Thread Colton Lewis
perf_instruction_pointer() and perf_misc_flags() aren't used anywhere in this particular perf implementation. Drop them. Signed-off-by: Colton Lewis --- arch/arm/include/asm/perf_event.h | 7 --- arch/arm/kernel/perf_callchain.c | 17 - 2 files changed, 24 deletions(-) dif