Commit d96c3600 authored by Prasad Pandit's avatar Prasad Pandit Committed by Steven Rostedt (Google)

tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry

Fix FTRACE_RECORD_RECURSION_SIZE entry, replace tab with
a space character. It helps Kconfig parsers to read file
without error.

Link: https://lore.kernel.org/linux-trace-kernel/20240322121801.1803948-1-ppandit@redhat.com

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fixes: 773c1670 ("ftrace: Add recording of functions that caused recursion")
Signed-off-by: default avatarPrasad Pandit <pjp@fedoraproject.org>
Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
parent a8fa658e
...@@ -965,7 +965,7 @@ config FTRACE_RECORD_RECURSION ...@@ -965,7 +965,7 @@ config FTRACE_RECORD_RECURSION
config FTRACE_RECORD_RECURSION_SIZE config FTRACE_RECORD_RECURSION_SIZE
int "Max number of recursed functions to record" int "Max number of recursed functions to record"
default 128 default 128
depends on FTRACE_RECORD_RECURSION depends on FTRACE_RECORD_RECURSION
help help
This defines the limit of number of functions that can be This defines the limit of number of functions that can be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment