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
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
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