arch: arm: Remove CONFIG_OPROFILE support
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 14 Jan 2021 11:35:15 +0000 (17:05 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 22 Jan 2021 06:41:54 +0000 (12:11 +0530)
commitd50b870b272aaad8757a2b240f038b1c204e2f8e
tree249a66a89200d44614d943a99c8e06a1c5212178
parenta5644fbf4d1e92c9f1a610f7552cb95ffed5b656
arch: arm: Remove CONFIG_OPROFILE support

The "oprofile" user-space tools don't use the kernel OPROFILE support
any more, and haven't in a long time. User-space has been converted to
the perf interfaces.

Remove the old oprofile's architecture specific support.

Suggested-by: Christoph Hellwig <hch@infradead.org>
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Robert Richter <rric@kernel.org>
Acked-by: William Cohen <wcohen@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
20 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/configs/bcm2835_defconfig
arch/arm/configs/cns3420vb_defconfig
arch/arm/configs/corgi_defconfig
arch/arm/configs/imx_v4_v5_defconfig
arch/arm/configs/keystone_defconfig
arch/arm/configs/multi_v5_defconfig
arch/arm/configs/mv78xx0_defconfig
arch/arm/configs/mvebu_v5_defconfig
arch/arm/configs/omap1_defconfig
arch/arm/configs/omap2plus_defconfig
arch/arm/configs/orion5x_defconfig
arch/arm/configs/pxa_defconfig
arch/arm/configs/qcom_defconfig
arch/arm/configs/socfpga_defconfig
arch/arm/configs/spitz_defconfig
arch/arm/configs/vexpress_defconfig
arch/arm/oprofile/Makefile [deleted file]
arch/arm/oprofile/common.c [deleted file]