kernel: add missing Kconfig symbol

Signed-off-by: Tianling Shen <cnsztl@gmail.com>
This commit is contained in:
Tianling Shen 2024-03-15 18:30:24 +08:00
parent 54d15151ac
commit f6a1194762
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -540,6 +540,11 @@ config KERNEL_BPF_EVENTS
for sending data from BPF programs to user-space for post-processing
or logging.
config KERNEL_PROBE_EVENTS_BTF_ARGS
bool
depends on KERNEL_KPROBE_EVENTS && KERNEL_DEBUG_INFO_BTF
default n
config KERNEL_BPF_KPROBE_OVERRIDE
bool
depends on KERNEL_KPROBES