pahole安装(编译)
Pahole
Poke-a-hole
Poke-a-hole (pahole) is an object-file analysis tool to find the size of the
data structures, and the holes caused due to aligning the data elements to the
word-size of the CPU by the compiler.
INSTALLATION
- git clone https://git.kernel.org/pub/scm/devel/pahole/pahole.git
- cd pahole
- mkcd build
- cmake -D__LIB=lib ..
- sudo make install