Kconfig.debug (910a742d4ba863848c7283d69c21bfa779d3b9a8) | Kconfig.debug (fff3fd8a1210a165252cd7cd01206da7a90d3a06) |
---|---|
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. --- 1275 unchanged lines hidden (view full) --- 1284 1285config RBTREE_TEST 1286 tristate "Red-Black tree test" 1287 depends on m && DEBUG_KERNEL 1288 help 1289 A benchmark measuring the performance of the rbtree library. 1290 Also includes rbtree invariant checks. 1291 | 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. --- 1275 unchanged lines hidden (view full) --- 1284 1285config RBTREE_TEST 1286 tristate "Red-Black tree test" 1287 depends on m && DEBUG_KERNEL 1288 help 1289 A benchmark measuring the performance of the rbtree library. 1290 Also includes rbtree invariant checks. 1291 |
1292config PRIO_TREE_TEST 1293 tristate "Prio tree test" 1294 depends on m && DEBUG_KERNEL 1295 help 1296 A benchmark measuring the performance of the prio tree library 1297 1298config INTERVAL_TREE_TEST 1299 tristate "Interval tree test" 1300 depends on m && DEBUG_KERNEL 1301 help 1302 A benchmark measuring the performance of the interval tree library 1303 |
|
1292config PROVIDE_OHCI1394_DMA_INIT 1293 bool "Remote debugging over FireWire early on boot" 1294 depends on PCI && X86 1295 help 1296 If you want to debug problems which hang or crash the kernel early 1297 on boot and the crashing machine has a FireWire port, you can use 1298 this feature to remotely access the memory of the crashed machine 1299 over FireWire. This employs remote DMA as part of the OHCI1394 --- 149 unchanged lines hidden --- | 1304config PROVIDE_OHCI1394_DMA_INIT 1305 bool "Remote debugging over FireWire early on boot" 1306 depends on PCI && X86 1307 help 1308 If you want to debug problems which hang or crash the kernel early 1309 on boot and the crashing machine has a FireWire port, you can use 1310 this feature to remotely access the memory of the crashed machine 1311 over FireWire. This employs remote DMA as part of the OHCI1394 --- 149 unchanged lines hidden --- |