93183ec9ee
By default, pahole will display the offsets of the inner struct members from the top level struct. If the user wants to focus on some inner structs, just call the tool with the -r option to use relative offset instead of the base offset. Signed-off-by: Eugene Teo <eteo@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
||
---|---|---|
cmake/modules | ||
lib | ||
ostra | ||
rpm/SPECS | ||
CMakeLists.txt | ||
codiff.c | ||
ctracer.c | ||
dtagnames.c | ||
dwarves.c | ||
dwarves.h | ||
list.h | ||
MANIFEST | ||
pahole.c | ||
pdwtags.c | ||
pfunct.c | ||
pglobal.c | ||
prefcnt.c | ||
README | ||
README.ctracer |
Build instructions: 1. install cmake 2. mkdir build 3. cd build 4. cmake -D__LIB=lib .. 5. make install Default is to be installed on /usr/local, see rpm spec file for installing on other places. Known to work scenarios: Mandriva Cooker: cmake 2.4.5-1mdv2007.1 libelfutils1-devel 0.123-1mdv2007.1 Debian Unstable: cmake 2.4.5-1 libdw-dev 0.123-2 Fedora Core 6: cmake 2.4.5-2.fc6 elfutils-devel 0.126-1.fc6