btf 0.3.2

A library for parsing the BPF type format (BTF).
Documentation

btf

Build Status crates.io mio Lines of Code

Parsing library for the eBPF type format.

Usage

For usage examples, see code located in examples/ :

Examples Description
print-type Prints a type given a path to a BTF file and a type name

TODO

  • Add proper errors.