diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/linux-omap-2.6-2.6.9-omap1/schedstats-arm.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linux/linux-omap-2.6-2.6.9-omap1/schedstats-arm.patch')
-rw-r--r-- | packages/linux/linux-omap-2.6-2.6.9-omap1/schedstats-arm.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/linux/linux-omap-2.6-2.6.9-omap1/schedstats-arm.patch b/packages/linux/linux-omap-2.6-2.6.9-omap1/schedstats-arm.patch index e69de29bb2..f5823a9943 100644 --- a/packages/linux/linux-omap-2.6-2.6.9-omap1/schedstats-arm.patch +++ b/packages/linux/linux-omap-2.6-2.6.9-omap1/schedstats-arm.patch @@ -0,0 +1,26 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- linux-2.6.9-rc4/arch/arm/Kconfig.debug~schedstats-arm ++++ linux-2.6.9-rc4/arch/arm/Kconfig.debug +@@ -57,6 +57,18 @@ + time and disk space needed for compilation of the kernel. If in + doubt say N. + ++config SCHEDSTATS ++ bool "Collect scheduler statistics" ++ depends on DEBUG_KERNEL && PROC_FS ++ help ++ If you say Y here, additional code will be inserted into the ++ scheduler and related routines to collect statistics about ++ scheduler behavior and provide them in /proc/schedstat. These ++ stats may be useful for both tuning and debugging the scheduler ++ If you aren't debugging the scheduler or trying to tune a specific ++ application, you can say N to avoid the very slight overhead ++ this adds. ++ + # These options are only for real kernel hackers who want to get their hands dirty. + config DEBUG_LL + bool "Kernel low-level debugging functions" |