X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=lib%2FKconfig.debug;h=e2894b23efb60eeffef04b028a5a27a76e41e0d4;hb=c4d029f2d43b39de7b9299e8b58102a442ba86f8;hp=b908048f8d6a8e2b33723b222e1a4a88b2841774;hpb=ec0337e089b21d1d81e23d31807a9b02df11daac;p=uclinux-h8%2Flinux.git diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index b908048f8d6a..e2894b23efb6 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -841,9 +841,14 @@ config SCHED_DEBUG that can help debug the scheduler. The runtime overhead of this option is minimal. +config SCHED_INFO + bool + default n + config SCHEDSTATS bool "Collect scheduler statistics" depends on DEBUG_KERNEL && PROC_FS + select SCHED_INFO help If you say Y here, additional code will be inserted into the scheduler and related routines to collect statistics about