perf/arm: Drop unused functions
authorColton Lewis <coltonlewis@google.com>
Wed, 13 Nov 2024 19:01:51 +0000 (19:01 +0000)
committerIngo Molnar <mingo@kernel.org>
Thu, 14 Nov 2024 09:40:00 +0000 (10:40 +0100)
commite33ed362cf9e35db6082f7a776b7e8d557407e19
tree7cafc0f74c78ecb005d6d1cc081722ba2c3b8d30
parentc554aa9ca976480839af342204e05bb4ce8367d5
perf/arm: Drop unused functions

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 <coltonlewis@google.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20241113190156.2145593-2-coltonlewis@google.com
arch/arm/include/asm/perf_event.h
arch/arm/kernel/perf_callchain.c