]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/linux-omap-2.6-2.6.9-omap1/schedstats-arm.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / linux-omap-2.6-2.6.9-omap1 / schedstats-arm.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- linux-2.6.9-rc4/arch/arm/Kconfig.debug~schedstats-arm
7 +++ linux-2.6.9-rc4/arch/arm/Kconfig.debug
8 @@ -57,6 +57,18 @@
9           time and disk space needed for compilation of the kernel. If in
10           doubt say N.
11  
12 +config SCHEDSTATS
13 +       bool "Collect scheduler statistics"
14 +       depends on DEBUG_KERNEL && PROC_FS
15 +       help
16 +         If you say Y here, additional code will be inserted into the
17 +         scheduler and related routines to collect statistics about
18 +         scheduler behavior and provide them in /proc/schedstat.  These
19 +         stats may be useful for both tuning and debugging the scheduler
20 +         If you aren't debugging the scheduler or trying to tune a specific
21 +         application, you can say N to avoid the very slight overhead
22 +         this adds.
23 +
24  # These options are only for real kernel hackers who want to get their hands dirty.
25  config DEBUG_LL
26         bool "Kernel low-level debugging functions"