mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
FROMLIST: 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. Bug: 160464759 Link: https://lore.kernel.org/patchwork/cover/1280618/ Signed-off-by: Tingwei Zhang <tingwei@codeaurora.org> Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Change-Id: If7e9b6d8831bb552fe76488c1c4b0f1ede604e83
This commit is contained in:
parent
99eb40f95d
commit
75f172538c
|
|
@ -71,7 +71,7 @@ config STM_SOURCE_HEARTBEAT
|
|||
|
||||
config STM_SOURCE_FTRACE
|
||||
tristate "Copy the output from kernel Ftrace to STM engine"
|
||||
depends on FUNCTION_TRACER
|
||||
depends on TRACING
|
||||
help
|
||||
This option can be used to copy the output from kernel Ftrace
|
||||
to STM engine. Enabling this option will introduce a slight
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user