File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ GNU make 3.81 make --version
35
35
binutils 2.23 ld -v
36
36
flex 2.5.35 flex --version
37
37
bison 2.0 bison --version
38
+ pahole 1.16 pahole --version
38
39
util-linux 2.10o fdformat --version
39
40
kmod 13 depmod -V
40
41
e2fsprogs 1.41.4 e2fsck -V
@@ -108,6 +109,16 @@ Bison
108
109
Since Linux 4.16, the build system generates parsers
109
110
during build. This requires bison 2.0 or later.
110
111
112
+ pahole:
113
+ -------
114
+
115
+ Since Linux 5.2, if CONFIG_DEBUG_INFO_BTF is selected, the build system
116
+ generates BTF (BPF Type Format) from DWARF in vmlinux, a bit later from kernel
117
+ modules as well. This requires pahole v1.16 or later.
118
+
119
+ It is found in the 'dwarves' or 'pahole' distro packages or from
120
+ https://fedorapeople.org/~acme/dwarves/.
121
+
111
122
Perl
112
123
----
113
124
You can’t perform that action at this time.
0 commit comments