]> git.baikalelectronics.ru Git - kernel.git/commit
arch: sparc: Remove CONFIG_OPROFILE support
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 14 Jan 2021 11:35:27 +0000 (17:05 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 29 Jan 2021 04:35:51 +0000 (10:05 +0530)
commit7080db3e3490956c95903ff952d18e9fa8170986
treed55a196582cb143414e111f5d1841094917a6303
parentd38dcb772ba4315bec6e4b0af98bf5b5f21896f8
arch: sparc: 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>
Documentation/kbuild/makefiles.rst
arch/sparc/Kconfig
arch/sparc/Makefile
arch/sparc/configs/sparc64_defconfig
arch/sparc/oprofile/Makefile [deleted file]
arch/sparc/oprofile/init.c [deleted file]