diff options
author | Dave Jones <davej@redhat.com> | 2013-07-12 11:50:09 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2013-07-12 11:50:09 -0400 |
commit | 73e4f49352c74eeb2d0b951c47adf0b53278f84b (patch) | |
tree | eac48413046810c009a4fa07711565f327a9f81d /config-debug | |
parent | ae1356ac9fb7cb0774eaab42465bd3017328dbb3 (diff) | |
download | kernel-73e4f49352c74eeb2d0b951c47adf0b53278f84b.tar.gz kernel-73e4f49352c74eeb2d0b951c47adf0b53278f84b.tar.xz kernel-73e4f49352c74eeb2d0b951c47adf0b53278f84b.zip |
Disable LATENCYTOP/SCHEDSTATS in non-debug builds.
Diffstat (limited to 'config-debug')
-rw-r--r-- | config-debug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-debug b/config-debug index 450c05f75..fb7df3e38 100644 --- a/config-debug +++ b/config-debug @@ -123,3 +123,5 @@ CONFIG_MAC80211_MESSAGE_TRACING=y CONFIG_EDAC_DEBUG=y CONFIG_X86_DEBUG_STATIC_CPU_HAS=y +CONFIG_LATENCYTOP=y +CONFIG_SCHEDSTATS=y |