Tag: #libbpf
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
eBPF Fundamentals — Programs, Maps, and the World of the Verifier
A ground-up tour of how eBPF changed Linux kernel programming. We cover program types and maps, how the verifier works, and build a first eBPF program with libbpf and CO-RE from scratch.
2026-06-13 · 19 min read #ebpf#linux#kernel#libbpf#observabilityeBPF Complete Guide 2025: Kernel Programming Revolution for Observability, Networking, Security
Everything about eBPF! Safe Linux kernel programming, BCC vs libbpf vs bpftrace, Cilium (networking), Falco (security), Pixie (observability), Tetragon, CO-RE, real-world tracing, performance optimization, production cas
2026-04-14 · 11 min read #ebpf#kernel#observability#networking#security