Crates.io | btf |
lib.rs | btf |
version | 0.5.1 |
source | src |
created_at | 2022-09-17 13:03:21.456326 |
updated_at | 2022-11-05 00:24:03.716566 |
description | A library for parsing the BPF type format (BTF). |
homepage | https://github.com/arcjustin/btf |
repository | https://github.com/arcjustin/btf |
max_upload_size | |
id | 668166 |
size | 43,118 |
Parsing library for the eBPF type format.
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 |