diff options
Diffstat (limited to 'kernel/Kconfig.instrumentation')
-rw-r--r-- | kernel/Kconfig.instrumentation | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/Kconfig.instrumentation b/kernel/Kconfig.instrumentation index ba5c05ca2a91..f5f2c769d95e 100644 --- a/kernel/Kconfig.instrumentation +++ b/kernel/Kconfig.instrumentation | |||
@@ -40,4 +40,10 @@ config KPROBES | |||
40 | for kernel debugging, non-intrusive instrumentation and testing. | 40 | for kernel debugging, non-intrusive instrumentation and testing. |
41 | If in doubt, say "N". | 41 | If in doubt, say "N". |
42 | 42 | ||
43 | config MARKERS | ||
44 | bool "Activate markers" | ||
45 | help | ||
46 | Place an empty function call at each marker site. Can be | ||
47 | dynamically changed for a probe function. | ||
48 | |||
43 | endif # INSTRUMENTATION | 49 | endif # INSTRUMENTATION |