Search code examples
eBPF program fails with "libbpf: failed to find valid kernel BTF" after upgrading to kerne...


clinuxlinux-kernelebpflibbpf

Read More
Using arrays of maps with libbpf-rs...


rustebpflibbpf

Read More
How to fix BPF verifier "unbounded memory access" for argument?...


linux-kernelebpfbpflibbpf

Read More
Why does libbpf copy global variables to memory before creating BPF maps?...


ebpflibbpf

Read More
How to use BPF_MAP_TYPE_CPUMAP?...


clinuxebpfxdp-bpflibbpf

Read More
eBPF: libbpf: failed to find BTF for extern 'bpf_dynptr_from_skb': -2...


linux-kernelclangebpflibbpf

Read More
Compare BPF maps in fentry/htab_map_update_elem hook...


ebpfbpflibbpf

Read More
Libbpf: Find map pinned at a different location in Kernel Space...


cebpflibbpf

Read More
Reading from an eBPF map without paying for kernel-call...


system-callsmmapebpfbcc-bpflibbpf

Read More
Is there a way to safely update an eBPF map with a spin lock held in the ebpf program?...


ebpfbpfxdp-bpfbcc-bpflibbpf

Read More
Is there a BPF_MAP_LOOKUP_AND_UPDATE_ELEM syscall similar to BPF_MAP_LOOKUP_AND_DELETE_ELEM?...


ebpfbpfxdp-bpfbcc-bpflibbpf

Read More
Pid filter is working for uprobes but not uretprobes...


linux-kernelkernelebpflibbpfuprobe

Read More
bpf_probe_write_use() system overload...


clinux-kernelebpflibbpf

Read More
BPF per CPU array is not zero initialized?...


kernelebpfbpflibbpf

Read More
xdp embedd static ruleset during compile-time...


clangebpfxdp-bpflibbpf

Read More
What does "[.s]" mean as in "probe[.s]" type of BPF progs?...


kernelebpflibbpf

Read More
libbpf: failed to guess program from ELF section 'filter'...


ebpflibbpf

Read More
Extracting UDP packet payload with eBPF tracepoints using libbpf...


ebpfxdp-bpflibbpftracepoint

Read More
adding code to bpf _kernel.c file for uprobe SEC routines (libbpf +c)...


cebpfbpflibbpfuprobe

Read More
libbpf failed to open system Kconfig when using 'bpftool struct_ops' command...


ebpfbpflibbpf

Read More
eBPF: Properly passing fixed length strings from userspace using eBPF array maps...


ebpfbpfxdp-bpflibbpf

Read More
atomic operations in bpf kernel program (does bpf support linux kernel native atomic operations)...


ebpfbpflibbpf

Read More
libbpf: Error in bpf_create_map_xattr(flow_table):Invalid argument(-22). Retrying without BTF...


ebpfbcc-bpflibbpf

Read More
how to deal with this libbpf: Error in bpf_create_map_xattr(queue_map):Invalid argument(-22)...


linuxlinux-kernelebpfbpflibbpf

Read More
eBPF program execution context...


linuxlinux-kernelperfebpflibbpf

Read More
How to make eBPF program sleepable...


linuxlinux-kernelebpfbpflibbpf

Read More
string matching in bpf programs...


ebpfbpflibbpf

Read More
How to access BPF map from userspace that was created in kernel space...


c++ebpflibbpf

Read More
ebpf-tc: how to keep unique information inside a ebpf instance when same program is attached to mult...


ebpfbpflibbpf

Read More
Thread safe operations on XDP...


ebpfbpfxdp-bpfxdp-ebpflibbpf

Read More
BackNext