btfparse, a parser for linux kernel debug symbols Posted on February 1, 2022 | 3 min | A short post on how the BTF type format was born, why I wrote a small parser library for it and where to find it. [Read More]Categories: Development Tags: bpf
Releasing two BPF tools I developed: ebpfpub and ebpfault Posted on January 7, 2019 | 1 min | I’ve released two new BPF tools written in C++ with LLVM: ebpfault (a system call fault injector) and ebpfpub (a system call tracer). [Read More]Categories: Development Tags: bpf