diff options
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 06be85a7ef8c..fb5fbf75f279 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -411,6 +411,18 @@ config BLK_DEV_IO_TRACE | |||
411 | 411 | ||
412 | If unsure, say N. | 412 | If unsure, say N. |
413 | 413 | ||
414 | config KPROBE_TRACER | ||
415 | depends on KPROBES | ||
416 | depends on X86 | ||
417 | bool "Trace kprobes" | ||
418 | select TRACING | ||
419 | select GENERIC_TRACER | ||
420 | help | ||
421 | This tracer probes everywhere where kprobes can probe it, and | ||
422 | records various registers and memories specified by user. | ||
423 | This also allows you to trace kprobe probe points as a dynamic | ||
424 | defined events. It provides per-probe event filtering interface. | ||
425 | |||
414 | config DYNAMIC_FTRACE | 426 | config DYNAMIC_FTRACE |
415 | bool "enable/disable ftrace tracepoints dynamically" | 427 | bool "enable/disable ftrace tracepoints dynamically" |
416 | depends on FUNCTION_TRACER | 428 | depends on FUNCTION_TRACER |