BPF Type Format (BTF) is the debuginfo for eBPF, and is used by libbpf to ensure that accesses to in-kernel structures are correct and safe to execute, and to perform relocations and rewrites as necessary. We should test that our BTF output is solid and matches what libbpf expects.
BPF Type Format (BTF) is the debuginfo for eBPF, and is used by libbpf to ensure that accesses to in-kernel structures are correct and safe to execute, and to perform relocations and rewrites as necessary. We should test that our BTF output is solid and matches what libbpf expects.