|
|
|
|
|
by danobi
2066 days ago
|
|
A possibly lighter weight alternative is libbpf-rs [0]. libbpf-rs is designed to take advantage of BPF's Compile-Once-Run-Everywhere functionality where you can ship a pre-compiled object file to production instead of an entire compiler toolchain. Disclaimer: I wrote libbpf-rs. [0]: https://github.com/libbpf/libbpf-rs |
|