aya-rs / bpf-linker

Simple BPF static linker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

alessandrod opened this issue · comments

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.