Kconfig.debug (25a765b7f05cb8460fa01b54568894b20e184862) Kconfig.debug (8c2c3df31e3b87cb5348e48776c366ebd1dc5a7a)
1
2config PRINTK_TIME
3 bool "Show timing information on printks"
4 depends on PRINTK
5 help
6 Selecting this option causes time stamps of the printk()
7 messages to be added to the output of the syslog() system
8 call and at the console.

--- 438 unchanged lines hidden (view full) ---

447 the allocator by a few percentage points. The slabinfo command
448 supports the determination of the most active slabs to figure
449 out which slabs are relevant to a particular load.
450 Try running: slabinfo -DA
451
452config DEBUG_KMEMLEAK
453 bool "Kernel memory leak detector"
454 depends on DEBUG_KERNEL && EXPERIMENTAL && \
1
2config PRINTK_TIME
3 bool "Show timing information on printks"
4 depends on PRINTK
5 help
6 Selecting this option causes time stamps of the printk()
7 messages to be added to the output of the syslog() system
8 call and at the console.

--- 438 unchanged lines hidden (view full) ---

447 the allocator by a few percentage points. The slabinfo command
448 supports the determination of the most active slabs to figure
449 out which slabs are relevant to a particular load.
450 Try running: slabinfo -DA
451
452config DEBUG_KMEMLEAK
453 bool "Kernel memory leak detector"
454 depends on DEBUG_KERNEL && EXPERIMENTAL && \
455 (X86 || ARM || PPC || MIPS || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE)
455 (X86 || ARM || PPC || MIPS || S390 || SPARC64 || SUPERH || \
456 MICROBLAZE || TILE || ARM64)
456
457 select DEBUG_FS
458 select STACKTRACE if STACKTRACE_SUPPORT
459 select KALLSYMS
460 select CRC32
461 help
462 Say Y here if you want to enable the memory leak
463 detector. The memory allocation/freeing is traced in a way

--- 270 unchanged lines hidden (view full) ---

734 help
735 This options enables addition error checking for high memory systems.
736 Disable for production systems.
737
738config DEBUG_BUGVERBOSE
739 bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT
740 depends on BUG
741 depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \
457
458 select DEBUG_FS
459 select STACKTRACE if STACKTRACE_SUPPORT
460 select KALLSYMS
461 select CRC32
462 help
463 Say Y here if you want to enable the memory leak
464 detector. The memory allocation/freeing is traced in a way

--- 270 unchanged lines hidden (view full) ---

735 help
736 This options enables addition error checking for high memory systems.
737 Disable for production systems.
738
739config DEBUG_BUGVERBOSE
740 bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT
741 depends on BUG
742 depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \
742 FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 || TILE
743 FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 || \
744 TILE || ARM64
743 default y
744 help
745 Say Y here to make BUG() panics output the file name and line number
746 of the BUG call as well as the EIP and oops trace. This aids
747 debugging but costs about 70-100K of memory.
748
749config DEBUG_INFO
750 bool "Compile the kernel with debug info"

--- 674 unchanged lines hidden ---
745 default y
746 help
747 Say Y here to make BUG() panics output the file name and line number
748 of the BUG call as well as the EIP and oops trace. This aids
749 debugging but costs about 70-100K of memory.
750
751config DEBUG_INFO
752 bool "Compile the kernel with debug info"

--- 674 unchanged lines hidden ---