diff options
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index 59c4d752d286..c7a74e376985 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -460,20 +460,7 @@ source "drivers/fc4/Kconfig" | |||
460 | 460 | ||
461 | source "fs/Kconfig" | 461 | source "fs/Kconfig" |
462 | 462 | ||
463 | menu "Instrumentation Support" | 463 | source "kernel/Kconfig.instrumentation" |
464 | |||
465 | source "arch/sparc64/oprofile/Kconfig" | ||
466 | |||
467 | config KPROBES | ||
468 | bool "Kprobes (EXPERIMENTAL)" | ||
469 | depends on KALLSYMS && EXPERIMENTAL && MODULES | ||
470 | help | ||
471 | Kprobes allows you to trap at almost any kernel address and | ||
472 | execute a callback function. register_kprobe() establishes | ||
473 | a probepoint and specifies the callback. Kprobes is useful | ||
474 | for kernel debugging, non-intrusive instrumentation and testing. | ||
475 | If in doubt, say "N". | ||
476 | endmenu | ||
477 | 464 | ||
478 | source "arch/sparc64/Kconfig.debug" | 465 | source "arch/sparc64/Kconfig.debug" |
479 | 466 | ||