| # General architecture dependent options |
| tristate "OProfile system profiling (EXPERIMENTAL)" |
| OProfile is a profiling system capable of profiling the |
| whole system, include the kernel, kernel modules, libraries, |
| depends on KALLSYMS && MODULES |
| Kprobes allows you to trap at almost any kernel address and |
| execute a callback function. register_kprobe() establishes |
| a probepoint and specifies the callback. Kprobes is useful |
| for kernel debugging, non-intrusive instrumentation and testing. |
| depends on KPROBES && HAVE_KRETPROBES |