arm: perf: Remove inlines from arm_pmuv3.c
authorJames Clark <james.clark@arm.com>
Mon, 11 Dec 2023 16:13:13 +0000 (16:13 +0000)
committerWill Deacon <will@kernel.org>
Tue, 12 Dec 2023 09:46:21 +0000 (09:46 +0000)
commit9343c790e6de7edd2bab17572832f4f21c748dc2
treeca2efddd8f05bff3ecc38ee2ed7de70f41b6a1a8
parent5ca8ab55084de7b92a5979a2d9fa233158cb1ac2
arm: perf: Remove inlines from arm_pmuv3.c

These are all static and in one compilation unit so the inline has no
effect on the binary. Except if FTRACE is enabled, then 3 functions
which were already not inlined now get the nops added which allows them
to be traced.

Signed-off-by: James Clark <james.clark@arm.com>
Link: https://lore.kernel.org/r/20231211161331.1277825-2-james.clark@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/arm_pmuv3.c