3 config TRACE_IRQFLAGS_SUPPORT
7 source "lib/Kconfig.debug"
11 depends on DEBUG_KERNEL
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.