arch: alpha: Remove CONFIG_OPROFILE support
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 14 Jan 2021 11:35:14 +0000 (17:05 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 22 Jan 2021 06:41:34 +0000 (12:11 +0530)
commita5644fbf4d1e92c9f1a610f7552cb95ffed5b656
tree16aa88c97de2ea55f2168536ef17e74b559d50ad
parent7c53f6b671f4aba70ff15e1b05148b10d58c2837
arch: alpha: 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>
arch/alpha/Kconfig
arch/alpha/Makefile
arch/alpha/oprofile/Makefile [deleted file]
arch/alpha/oprofile/common.c [deleted file]
arch/alpha/oprofile/op_impl.h [deleted file]
arch/alpha/oprofile/op_model_ev4.c [deleted file]
arch/alpha/oprofile/op_model_ev5.c [deleted file]
arch/alpha/oprofile/op_model_ev6.c [deleted file]
arch/alpha/oprofile/op_model_ev67.c [deleted file]