diff options
-rw-r--r-- | kernel/trace/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 904c952ac383..f54dc62b599c 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -355,7 +355,7 @@ config PROFILE_ANNOTATED_BRANCHES | |||
355 | on if you need to profile the system's use of these macros. | 355 | on if you need to profile the system's use of these macros. |
356 | 356 | ||
357 | config PROFILE_ALL_BRANCHES | 357 | config PROFILE_ALL_BRANCHES |
358 | bool "Profile all if conditionals" | 358 | bool "Profile all if conditionals" if !FORTIFY_SOURCE |
359 | select TRACE_BRANCH_PROFILING | 359 | select TRACE_BRANCH_PROFILING |
360 | help | 360 | help |
361 | This tracer profiles all branch conditions. Every if () | 361 | This tracer profiles all branch conditions. Every if () |