An introduction to the BPF Compiler Collection
An introduction to the BPF Compiler Collection
Posted Dec 24, 2017 14:33 UTC (Sun) by flb (subscriber, #69248)Parent article: An introduction to the BPF Compiler Collection
I've recently come across ply (https://wkz.github.io/ply/) which is a lightweight language for some BPF tracing tasks. It doesn't require access to kernel headers, so it cannot dissect structs for example, but in simple cases it might be enough.
