diff options
author | Michael Grundy <grundym@us.ibm.com> | 2006-09-20 09:58:39 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-09-20 09:58:39 -0400 |
commit | 4ba069b802c29eee066385f9826e2d83716626b4 (patch) | |
tree | 663159a4d05a49b4133bb9145fc41fb95a6d4132 /arch/s390/Kconfig | |
parent | 5432114baf0300286a6ca1b0aea549492a379432 (diff) |
[S390] add kprobes support.
Signed-off-by: Michael Grundy <grundym@us.ibm.com>
Signed-off-by: David Wilder <dwilder@us.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 2f4f70c4dbb2..76122ce1e6cb 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -487,8 +487,22 @@ source "drivers/net/Kconfig" | |||
487 | 487 | ||
488 | source "fs/Kconfig" | 488 | source "fs/Kconfig" |
489 | 489 | ||
490 | menu "Instrumentation Support" | ||
491 | |||
490 | source "arch/s390/oprofile/Kconfig" | 492 | source "arch/s390/oprofile/Kconfig" |
491 | 493 | ||
494 | config KPROBES | ||
495 | bool "Kprobes (EXPERIMENTAL)" | ||
496 | depends on EXPERIMENTAL && MODULES | ||
497 | help | ||
498 | Kprobes allows you to trap at almost any kernel address and | ||
499 | execute a callback function. register_kprobe() establishes | ||
500 | a probepoint and specifies the callback. Kprobes is useful | ||
501 | for kernel debugging, non-intrusive instrumentation and testing. | ||
502 | If in doubt, say "N". | ||
503 | |||
504 | endmenu | ||
505 | |||
492 | source "arch/s390/Kconfig.debug" | 506 | source "arch/s390/Kconfig.debug" |
493 | 507 | ||
494 | source "security/Kconfig" | 508 | source "security/Kconfig" |