diff options
Diffstat (limited to 'kernel')
-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 fa8b1fe824f3..8bd1d6d001d7 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -370,6 +370,7 @@ config PROFILE_ANNOTATED_BRANCHES | |||
370 | config PROFILE_ALL_BRANCHES | 370 | config PROFILE_ALL_BRANCHES |
371 | bool "Profile all if conditionals" if !FORTIFY_SOURCE | 371 | bool "Profile all if conditionals" if !FORTIFY_SOURCE |
372 | select TRACE_BRANCH_PROFILING | 372 | select TRACE_BRANCH_PROFILING |
373 | imply CC_DISABLE_WARN_MAYBE_UNINITIALIZED # avoid false positives | ||
373 | help | 374 | help |
374 | This tracer profiles all branch conditions. Every if () | 375 | This tracer profiles all branch conditions. Every if () |
375 | taken in the kernel is recorded whether it hit or miss. | 376 | taken in the kernel is recorded whether it hit or miss. |