mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
loxilb or other ebpf program could use bpf_printk for debugging, bpf_printk requires BPF_EVENTS to be enabled, see [0] [0] https://github.com/loxilb-io/loxilb/issues/666#issuecomment-2097850413 Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
CONFIG_BPF_SYSCALL=y
|
|
CONFIG_DEBUG_INFO=y
|
|
CONFIG_DEBUG_INFO_BTF=y
|
|
CONFIG_DEBUG_INFO_DWARF4=y
|
|
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
|
|
CONFIG_KPROBES=y
|
|
CONFIG_KPROBE_EVENTS=y
|
|
CONFIG_BPF_EVENTS=y
|