aya-rs / bpf-linker

Simple BPF static linker
Apache License 2.0
192 stars 42 forks source link

Write a btfdump utility, stop using bpftool btf dump in btf tests #146

Open alessandrod opened 1 year ago

alessandrod commented 1 year ago

bpf-linker's BTF tests require bpftool to run the BTF tests, as they run bpftool btf dump. We should write our own btfdump utility that outputs the same format as bpftool btf dump.

tamird commented 10 months ago

There is https://github.com/anakryiko/btfdump.