ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACE
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 21 Oct 2021 03:35:55 +0000 (23:35 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 21 Oct 2021 03:44:35 +0000 (23:44 -0400)
commit4a30e4c9305142ba40ab09a02a2e8ff3c1f3751f
treeb44e5611b8ed627264e1431f1aa0e63054110670
parent8646698aefad7547dc7acee8f8c2099d7653dc70
ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACE

The function graph tracer is going to now depend on
ARCH_SUPPORTS_FTRACE_OPS, as that also means that it can support ftrace
args. Since ARCH_SUPPORTS_FTRACE_OPS depends on DYNAMIC_FTRACE, this
means that the function graph tracer for x86_64 will need to depend on
DYNAMIC_FTRACE.

Link: https://lkml.kernel.org/r/20211020233555.16b0dbf2@rorschach.local.home
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
arch/x86/Kconfig