Tag: Linux performance analysis

eBPF for system tracing
eBPF Use Cases

Trace System Calls with eBPF

I show how I trace system calls using eBPF to get practical, low-overhead visibility into application behavior. I run small sandboxed programs inside the linux kernel to capture execve, connect, send and recv events. The verifier and JIT keep the approach safe and fast. I explain what you need: a compatible kernel, basic permissions, and […]

William