X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2FKconfig.debug;h=c86f5eb29fd584619a807e4c10520a40fa81b6eb;hb=8ddf83fed6c283dd941ca76ae715eb268ee8c04e;hp=5681a8bd370b2db1201382405a7edf885efa12cd;hpb=f5c7f03113fc9c547012cf403aec4b534d575ef0;p=pandora-kernel.git diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug index 5681a8bd370b..c86f5eb29fd5 100644 --- a/arch/um/Kconfig.debug +++ b/arch/um/Kconfig.debug @@ -47,14 +47,13 @@ config GCOV If you're involved in UML kernel development and want to use gcov, say Y. If you're unsure, say N. -config SYSCALL_DEBUG - bool "Enable system call debugging" +config DEBUG_STACK_USAGE + bool "Stack utilization instrumentation" default N - depends on DEBUG_INFO help - This adds some system debugging to UML, including keeping a ring buffer - with recent system calls and some global and per-task statistics. - - If unsure, say N + Track the maximum kernel stack usage - this will look at each + kernel stack at process exit and log it if it's the deepest + stack seen so far. + This option will slow down process creation and destruction somewhat. endmenu