Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pahole is needed to build the BTF debug info for the Linux kernel. BTF (BPF Type Format) is the metadata format which encodes the debug info related to BPF program/map. [Description](https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/man-pages/pahole.1): > pahole - Shows, manipulates data structure layout and pretty prints raw data. > > pahole shows data structure layouts encoded in debugging information formats, > DWARF, CTF and BTF being supported. > > This is useful for, among other things: optimizing important data structures > by reducing its size, figuring out what is the field sitting at an offset from > the start of a data structure, investigating ABI changes and more generally > understanding a new codebase you have to work with. https://git.kernel.org/pub/scm/devel/pahole/pahole.git/
- Loading branch information