summaryrefslogtreecommitdiff
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 9dc0deeaad2b..434c840e2d82 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -518,17 +518,6 @@ config FUNCTION_PROFILER
If in doubt, say N.
-config BPF_KPROBE_OVERRIDE
- bool "Enable BPF programs to override a kprobed function"
- depends on BPF_EVENTS
- depends on KPROBES_ON_FTRACE
- depends on HAVE_KPROBE_OVERRIDE
- depends on DYNAMIC_FTRACE_WITH_REGS
- default n
- help
- Allows BPF to override the execution of a probed function and
- set a different return value. This is used for error injection.
-
config FTRACE_MCOUNT_RECORD
def_bool y
depends on DYNAMIC_FTRACE