Kconfig.debug 408 B

1234567891011121314151617
  1. menu "Kernel hacking"
  2. config TRACE_IRQFLAGS_SUPPORT
  3. def_bool y
  4. source "lib/Kconfig.debug"
  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. This option will slow down process creation somewhat.
  12. endmenu