mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
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:
parent
d3a9ff51b9
commit
7b9749bd83
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user