kconfig.debug

来自「linux 内核源代码」· DEBUG 代码 · 共 19 行

DEBUG
19
字号
menu "Kernel hacking"config TRACE_IRQFLAGS_SUPPORT	bool	default ysource "lib/Kconfig.debug"config DEBUG_STACK_USAGE	bool "Enable stack utilization instrumentation"	depends on DEBUG_KERNEL	help	  Enables the display of the minimum amount of free stack which each	  task has ever had available in the sysrq-T and sysrq-P debug output.	  This option will slow down process creation somewhat.endmenu

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?