diff options
author | Tony Luck <tony.luck@intel.com> | 2005-11-07 12:05:22 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-11-07 12:05:22 -0500 |
commit | 0ad3a96f8ad910ecf87a25ec69ed360b284dee2e (patch) | |
tree | 12d292fd58fc0f7a3eb56c89dfc23569f3ab6c00 /arch/ia64/Kconfig | |
parent | f79b348856fbaf77e4a0c5cb08a808e5879967a9 (diff) | |
parent | 5b2f7ffcb734d3046144dfbd5ac6d76254a9e522 (diff) |
Auto-update from upstream
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index eb784046130d..d4de8a4814be 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -427,8 +427,21 @@ config GENERIC_PENDING_IRQ | |||
427 | 427 | ||
428 | source "arch/ia64/hp/sim/Kconfig" | 428 | source "arch/ia64/hp/sim/Kconfig" |
429 | 429 | ||
430 | menu "Instrumentation Support" | ||
431 | depends on EXPERIMENTAL | ||
432 | |||
430 | source "arch/ia64/oprofile/Kconfig" | 433 | source "arch/ia64/oprofile/Kconfig" |
431 | 434 | ||
435 | config KPROBES | ||
436 | bool "Kprobes (EXPERIMENTAL)" | ||
437 | help | ||
438 | Kprobes allows you to trap at almost any kernel address and | ||
439 | execute a callback function. register_kprobe() establishes | ||
440 | a probepoint and specifies the callback. Kprobes is useful | ||
441 | for kernel debugging, non-intrusive instrumentation and testing. | ||
442 | If in doubt, say "N". | ||
443 | endmenu | ||
444 | |||
432 | source "arch/ia64/Kconfig.debug" | 445 | source "arch/ia64/Kconfig.debug" |
433 | 446 | ||
434 | source "security/Kconfig" | 447 | source "security/Kconfig" |