Kconfig.debug (53a2ebaaabc1eb8458796fec3bc1e0e80746b642) Kconfig.debug (ee9f8fce99640811b2b8e79d0d1dbe8bab69ba67)
1menu "printk and dmesg options"
2
3config PRINTK_TIME
4 bool "Show timing information on printks"
5 depends on PRINTK
6 help
7 Selecting this option causes time stamps of the printk()
8 messages to be added to the output of the syslog() system

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

369 bool "Compile-time stack metadata validation"
370 depends on HAVE_STACK_VALIDATION
371 default n
372 help
373 Add compile-time checks to validate stack metadata, including frame
374 pointers (if CONFIG_FRAME_POINTER is enabled). This helps ensure
375 that runtime stack traces are more reliable.
376
1menu "printk and dmesg options"
2
3config PRINTK_TIME
4 bool "Show timing information on printks"
5 depends on PRINTK
6 help
7 Selecting this option causes time stamps of the printk()
8 messages to be added to the output of the syslog() system

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

369 bool "Compile-time stack metadata validation"
370 depends on HAVE_STACK_VALIDATION
371 default n
372 help
373 Add compile-time checks to validate stack metadata, including frame
374 pointers (if CONFIG_FRAME_POINTER is enabled). This helps ensure
375 that runtime stack traces are more reliable.
376
377 This is also a prerequisite for generation of ORC unwind data, which
378 is needed for CONFIG_ORC_UNWINDER.
379
377 For more information, see
378 tools/objtool/Documentation/stack-validation.txt.
379
380config DEBUG_FORCE_WEAK_PER_CPU
381 bool "Force weak per-cpu definitions"
382 depends on DEBUG_KERNEL
383 help
384 s390 and alpha require percpu variables in modules to be

--- 1564 unchanged lines hidden ---
380 For more information, see
381 tools/objtool/Documentation/stack-validation.txt.
382
383config DEBUG_FORCE_WEAK_PER_CPU
384 bool "Force weak per-cpu definitions"
385 depends on DEBUG_KERNEL
386 help
387 s390 and alpha require percpu variables in modules to be

--- 1564 unchanged lines hidden ---