diff options
-rw-r--r-- | kernel/trace/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 95a0ad191f19..b0a46f889659 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -182,6 +182,7 @@ config FTRACE_SYSCALLS | |||
182 | bool "Trace syscalls" | 182 | bool "Trace syscalls" |
183 | depends on HAVE_FTRACE_SYSCALLS | 183 | depends on HAVE_FTRACE_SYSCALLS |
184 | select TRACING | 184 | select TRACING |
185 | select KALLSYMS | ||
185 | help | 186 | help |
186 | Basic tracer to catch the syscall entry and exit events. | 187 | Basic tracer to catch the syscall entry and exit events. |
187 | 188 | ||