Posts

Journey to libbpf 1.0

The road to libbpf 1.0 was long, but we've finally arrived! What's new in libbpf 1.0. Main breaking changes. New and exciting features. And great lengths libbpf goes to to ensure best user experience when dealing with a complicated world of BPF.

Categories: BPF

Building BPF applications with libbpf-bootstrap

Get started with your own BPF application quickly and painlessly with libbpf-bootstrap scaffolding, which takes care of all the mundane setup steps and lets you dive right into BPF fun and minimize the necessary boilerplate. We'll take a look at what libbpf-bootstrap provides and how everything is tied together.

Categories: BPF

Tags: bpf

BPF ring buffer

BPF ring buffer (ringbuf) and how it is similar and different from BPF perf buffer. BPF ringbuf's APIs, performance and usability advantages. With examples of source code.

Categories: BPF

Tags: bpf