Kconfig.debug (540adea3809f61115d2a1ea4ed6e627613452ba1) | Kconfig.debug (4b1a29a7f5425d32640b34b8a755f34e02f64d0f) |
---|---|
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 --- 1537 unchanged lines hidden (view full) --- 1546 1547config FAIL_FUTEX 1548 bool "Fault-injection capability for futexes" 1549 select DEBUG_FS 1550 depends on FAULT_INJECTION && FUTEX 1551 help 1552 Provide fault-injection capability for futexes. 1553 | 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 --- 1537 unchanged lines hidden (view full) --- 1546 1547config FAIL_FUTEX 1548 bool "Fault-injection capability for futexes" 1549 select DEBUG_FS 1550 depends on FAULT_INJECTION && FUTEX 1551 help 1552 Provide fault-injection capability for futexes. 1553 |
1554config FAIL_FUNCTION 1555 bool "Fault-injection capability for functions" 1556 depends on FAULT_INJECTION_DEBUG_FS && FUNCTION_ERROR_INJECTION 1557 help 1558 Provide function-based fault-injection capability. 1559 This will allow you to override a specific function with a return 1560 with given return value. As a result, function caller will see 1561 an error value and have to handle it. This is useful to test the 1562 error handling in various subsystems. 1563 |
|
1554config FAULT_INJECTION_DEBUG_FS 1555 bool "Debugfs entries for fault-injection capabilities" 1556 depends on FAULT_INJECTION && SYSFS && DEBUG_FS 1557 help 1558 Enable configuration of fault-injection capabilities via debugfs. 1559 1560config FAULT_INJECTION_STACKTRACE_FILTER 1561 bool "stacktrace filter for fault-injection capabilities" --- 428 unchanged lines hidden --- | 1564config FAULT_INJECTION_DEBUG_FS 1565 bool "Debugfs entries for fault-injection capabilities" 1566 depends on FAULT_INJECTION && SYSFS && DEBUG_FS 1567 help 1568 Enable configuration of fault-injection capabilities via debugfs. 1569 1570config FAULT_INJECTION_STACKTRACE_FILTER 1571 bool "stacktrace filter for fault-injection capabilities" --- 428 unchanged lines hidden --- |