Search code examples
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
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
BPF tracepoint args and why they're different in different example code...


ebpfbpfbcc-bpflibbpf

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
how to access to bpf map which was made by user program in the kernel program (kernel context)?...


kernelebpfbpflibbpf

Read More
Unable to fetch data using bpf_map_lookup_elem()...


ebpfbpfxdp-bpfxdp-ebpflibbpf

Read More
What is the difference between syscalls openat and sys_enter_openat?...


system-callsebpfbcc-bpflibbpf

Read More
BPF lib documentation...


cebpfbpflibbpf

Read More
BackNext