eBPF on Linux — kprobe vs fentry: Hooking Internals & What Production Observability Misses
There are two common ways to attach an eBPF program to a kernel function: kprobe and fentry. Most tutorials treat them as interchangeable — pick one, attach, read your data. They are not interchangeab
harrisonsec.hashnode.dev9 min read