How Do I Profile eBPF Code?
Posted by snaveen 5 days ago
Comments
Comment by okzgn 5 days ago
1. Performance of eBPF LSM Hooks: https://dl.acm.org/doi/10.1145/3672197.3673431 (Analyzes the overhead introduced by LSM/tracing hooks on the kernel).
2. Performance of eBPF Maps: https://dl.acm.org/doi/10.1145/3672197.3673430 (Useful context for the htab_map_hash bottleneck shown in the perf report).
3. Network eBPF performance: https://blog.apnic.net/2026/03/25/demystifying-performance-o... (Great broader context on eBPF overhead).
Comment by snaveen 5 days ago
Comment by tanelpoder 5 days ago
Comment by tanelpoder 5 days ago
I wrote it mostly with Codex for my own use, but just pushed the latest release to GitHub (with screenshots) in case anyone else is interested:
Comment by aa-jv 5 days ago
Comment by jeffbee 5 days ago
Comment by snaveen 5 days ago
Comment by 000000001 5 days ago
Comment by landver 5 days ago