summaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-11 08:54:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-11 08:54:03 +0200
commit2ca23ae59e997f1b6df7662d8ef10d9c471b46d0 (patch)
tree134c166348cacfc81e317e95cc63371bb2f11070 /kernel/trace/Kconfig
parentb9cf2cb524338c1257babb212420176e9e22f14a (diff)
parent2ef96a5bb12be62ef75b5828c0aab838ebb29cb8 (diff)
downloadlinux-2ca23ae59e997f1b6df7662d8ef10d9c471b46d0.tar.gz
linux-2ca23ae59e997f1b6df7662d8ef10d9c471b46d0.tar.bz2
linux-2ca23ae59e997f1b6df7662d8ef10d9c471b46d0.zip
Merge 5.7-rc5 into usb-next
We want the USB fixes in here too. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 402eef84c859..743647005f64 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -466,7 +466,6 @@ config PROFILE_ANNOTATED_BRANCHES
config PROFILE_ALL_BRANCHES
bool "Profile all if conditionals" if !FORTIFY_SOURCE
select TRACE_BRANCH_PROFILING
- imply CC_DISABLE_WARN_MAYBE_UNINITIALIZED # avoid false positives
help
This tracer profiles all branch conditions. Every if ()
taken in the kernel is recorded whether it hit or miss.