stm class: ftrace: Change dependency to TRACING

We will support copying event trace to STM. Change
STM_SOURCE_FTRACE to depend on TRACING since we will
support multiple tracers.

Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Reviewed-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Tingwei Zhang <tingwei@codeaurora.org>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Link: https://lore.kernel.org/r/20201005071319.78508-2-alexander.shishkin@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tingwei Zhang 2020-10-05 10:13:12 +03:00 committed by Greg Kroah-Hartman
parent d3a9ff51b9
commit 7b9749bd83

View File

@ -71,7 +71,7 @@ config STM_SOURCE_HEARTBEAT
config STM_SOURCE_FTRACE config STM_SOURCE_FTRACE
tristate "Copy the output from kernel Ftrace to STM engine" tristate "Copy the output from kernel Ftrace to STM engine"
depends on FUNCTION_TRACER depends on TRACING
help help
This option can be used to copy the output from kernel Ftrace This option can be used to copy the output from kernel Ftrace
to STM engine. Enabling this option will introduce a slight to STM engine. Enabling this option will introduce a slight