arch: x86: Remove CONFIG_OPROFILE support
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 14 Jan 2021 11:35:28 +0000 (17:05 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 29 Jan 2021 04:35:51 +0000 (10:05 +0530)
commita6a0683b71050d544febb08358f88f55aade47ce
tree523ca15dabb96ad61085242e86ba7cee831b3826
parent2083fecd1c12fecb419dfb767ba7f18143490b82
arch: x86: 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>
13 files changed:
arch/x86/Kconfig
arch/x86/Makefile
arch/x86/include/asm/nmi.h
arch/x86/kernel/cpu/perfctr-watchdog.c
arch/x86/oprofile/Makefile [deleted file]
arch/x86/oprofile/backtrace.c [deleted file]
arch/x86/oprofile/init.c [deleted file]
arch/x86/oprofile/nmi_int.c [deleted file]
arch/x86/oprofile/op_counter.h [deleted file]
arch/x86/oprofile/op_model_amd.c [deleted file]
arch/x86/oprofile/op_model_p4.c [deleted file]
arch/x86/oprofile/op_model_ppro.c [deleted file]
arch/x86/oprofile/op_x86_model.h [deleted file]