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
asm/types.h Error during compilation of ebpf code...


clangebpfxdp-bpfbcc-bpf

Read More
How to get cgroup path of task in an eBPF program?...


linux-kernelcgroupsebpfbcc-bpf

Read More
What is the recommended way to unit test eBPF/XDP program?...


ebpfbpfxdp-bpfbcc-bpf

Read More
How does one write Unit Tests for eBPF programs written in python via the BCC interface for eBPF?...


pythonunit-testingebpfbpfbcc-bpf

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
ebpf kprobe argument not matching the syscall...


pythonlinux-kernelebpfbcc-bpf

Read More
How to get the name, or the ID, of the System Call that was detected with BCC/eBPF...


ebpfbpfbcc-bpf

Read More
Exception: Failed to attach BPF to kprobe when executing sudo opensnoop-bpfcc...


ebpfkprobebcc-bpf

Read More
BPF Verification fails due to register offset...


clinux-kernelebpfbpfbcc-bpf

Read More
Couldn't get the arguments of "echo" bash builtin function by uprobe...


linux-kernelebpfbcc-bpf

Read More
How can an ebpf program change kernel execution flow or call kernel functions?...


linux-kernelebpfbpfbcc-bpf

Read More
Implementing bcc's killsnoop in C...


clinuxebpfbcc-bpfkprobe

Read More
Tried to learn eBPF tail call, fails to attach kprobe...


linuxebpfbcc-bpf

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


system-callsebpfbcc-bpflibbpf

Read More
How to compile BCC on Ubuntu 20.04?...


linux-kernelclangbpfbcc-bpf

Read More
bcc: ImportError cannot import name BPF...


bpfebpfbcc-bpf

Read More
Can I access the intermediate C code generated by BCC (BPF Compiler Collection)?...


cebpfbpfbcc-bpf

Read More
eBPF packet monitor losing some packets when 'ping -f'ed...


bpfebpfbcc-bpf

Read More
share information between function(BPF/XDP)...


ebpfbpfbcc-bpfxdp-bpf

Read More
"Program too large" threshold greater than actual instruction count...


bpfebpfbcc-bpf

Read More
Colon functions and $ variables in c++?...


bcc-bpf

Read More
Bad address error when comparing Strings within BPF...


bpfebpfbcc-bpf

Read More
Functionality of the BPF hash of maps structure...


hashmaptracebpfebpfbcc-bpf

Read More
process name (comm) as key for BPF map...


ctypesbpfbcc-bpftracepoint

Read More
Is there a String size limit when sending strings back to BPF code and back to userspace?...


bpfebpfbcc-bpf

Read More
Trying to count the correct number of characters in a string in BPF...


bpfebpfbcc-bpf

Read More
BackNext