Go to file
Arnaldo Carvalho de Melo 03530985c1 [PAHOLE]: Introduce --nr_methods
To show how many non inline functions receive as a parameter each of the structs
in a project, example:

[acme@newtoy ctracer_example]$ pahole --nr_methods vmlinux | sort -k2 -nr | head -5
file: 526
inode: 479
sk_buff: 386
sock: 383
dentry: 295
[acme@newtoy ctracer_example]$

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2007-01-13 13:59:32 -02:00
cmake/modules [CMAKE]: Fix build on ubuntu 2007-01-07 23:56:43 -02:00
rpm/SPECS [RPM]: New relase with the DW_TAG_reference work 2007-01-12 11:42:57 -02:00
CMakeLists.txt [CMAKE]: Add the INSTALL rules 2007-01-11 16:41:54 -02:00
MANIFEST [MANIFEST]: Add a MANIFEST file to use when building the tarball 2007-01-11 16:43:18 -02:00
README [README]: Add information about packages required to build 2006-12-20 10:28:44 -02:00
README.ctracer [CTRACER]: New tool 2006-12-20 12:16:16 -02:00
codiff.c [LIB]: Make the function methods return and receive a struct tag 2007-01-12 15:47:26 -02:00
ctracer.c [LIB]: Make all callers of function__print use tag__print instead 2007-01-12 16:25:20 -02:00
dtagnames.c [LIB]: Rename classes.[ch] to dwarves.[ch] 2007-01-11 16:07:05 -02:00
dwarves.c [LIB]: Add support for DW_AT_specification in DW_TAG_subprogram 2007-01-13 11:37:41 -02:00
dwarves.h [LIB]: Add support for DW_AT_specification in DW_TAG_subprogram 2007-01-13 11:37:41 -02:00
list.h Repository creation. 2006-10-24 20:42:39 -03:00
pahole.c [PAHOLE]: Introduce --nr_methods 2007-01-13 13:59:32 -02:00
pfunct.c [LIB]: Make all callers of function__print use tag__print instead 2007-01-12 16:25:20 -02:00
prefcnt.c [LIB]: Rename classes.[ch] to dwarves.[ch] 2007-01-11 16:07:05 -02:00

README

Build instructions:

1. install cmake
2. mkdir build
3. cd build
4. cmake ..
5. make

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