home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / arch / sparc / Kconfig.debug next >
Encoding:
Text File  |  2006-08-11  |  365 b   |  15 lines

  1. menu "Kernel hacking"
  2.  
  3. source "lib/Kconfig.debug"
  4.  
  5. config DEBUG_STACK_USAGE
  6.     bool "Enable stack utilization instrumentation"
  7.     depends on DEBUG_KERNEL
  8.     help
  9.       Enables the display of the minimum amount of free stack which each
  10.       task has ever had available in the sysrq-T and sysrq-P debug output.
  11.  
  12.       This option will slow down process creation somewhat.
  13.  
  14. endmenu
  15.