ddba0ef6b1
pahole is a tool used to show data structure embedded in debugging information formats like DWARF. It is notably needed by the Linux kernel to generate BPF Type Format (BTF) information used by Compile Once - Run Everywhere (CO-RE) BPF tools. To be built, pahole needs __LIB to be set to lib at stated in its README. Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
config BR2_PACKAGE_HOST_PAHOLE
|
|
bool "host pahole"
|
|
help
|
|
Pahole and other DWARF utils.
|
|
|
|
https://git.kernel.org/pub/scm/devel/pahole/pahole.git
|