| Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1 | menu "Kernel hacking" | 
 | 2 |  | 
 | 3 | config TRACE_IRQFLAGS_SUPPORT | 
 | 4 | 	bool | 
 | 5 | 	default y | 
 | 6 |  | 
 | 7 | source "lib/Kconfig.debug" | 
 | 8 |  | 
 | 9 | config KPROBES | 
 | 10 | 	bool "Kprobes" | 
 | 11 | 	depends on DEBUG_KERNEL | 
 | 12 | 	help | 
 | 13 | 	  Kprobes allows you to trap at almost any kernel address and | 
 | 14 |           execute a callback function.  register_kprobe() establishes | 
 | 15 |           a probepoint and specifies the callback.  Kprobes is useful | 
 | 16 |           for kernel debugging, non-intrusive instrumentation and testing. | 
 | 17 |           If in doubt, say "N". | 
 | 18 |  | 
 | 19 | endmenu |