DORSETRIGS
Home

bcc-bpf (3 post)


posts by category not found!

Forward declaration of structure in C in bpf program

Forward Declaration of Structures in C for BPF Programs In C programming especially when dealing with complex structures in different files or modules a forward

2 min read 25-09-2024 57
Forward declaration of structure in C in bpf program
Forward declaration of structure in C in bpf program

What is the performance impact added to eBPF via kprobe and uprobe

The Performance Impact of e BPF via kprobes and uprobes Extended Berkeley Packet Filter e BPF has emerged as a powerful tool in the Linux kernel allowing for ef

3 min read 02-09-2024 62
What is the performance impact added to eBPF via kprobe and uprobe
What is the performance impact added to eBPF via kprobe and uprobe

eBPF Program Hooked to sys_read Traces Negative File Descriptor Values

Understanding Negative File Descriptor Values in e BPF Programs This article dives into a common issue encountered when tracing the sys read system call using e

2 min read 28-08-2024 65
eBPF Program Hooked to sys_read Traces Negative File Descriptor Values
eBPF Program Hooked to sys_read Traces Negative File Descriptor Values