Go to file
Arnaldo Carvalho de Melo c4fa14e2ad [CLASSES]: Promote bitfield to uint8_t
As there are no other bitfield, we end up using one byte and by
not using it as a bitfield we shrink the code size:

[acme@newtoy pahole]$ codiff build/libclasses.so.orig build/libclasses.so
/home/acme/pahole/classes.c:
  struct class |   +0
 1 struct changed
  class__new   |  -15
 1 function changed, 15 bytes removed
[acme@newtoy pahole]$

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2007-01-07 15:11:03 -02:00
cmake/modules [CMAKE]: Fix build on debian unstable 2006-12-20 10:16:45 -02:00
CMakeLists.txt [DTAGNAMES]: 6th dwarf 2006-12-28 14:03:42 -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
classes.c [CLASSES]: Remove class_member ->class backpointer 2007-01-07 15:07:39 -02:00
classes.h [CLASSES]: Promote bitfield to uint8_t 2007-01-07 15:11:03 -02:00
codiff.c [CLASSES]: Rename the find_class_by_name to find_struct_by_name 2007-01-07 13:11:20 -02:00
ctracer.c [CLASSES]: Rename the find_class_by_name to find_struct_by_name 2007-01-07 13:11:20 -02:00
dtagnames.c [CLASSES]: Introduce struct type 2007-01-07 12:30:58 -02:00
list.h Repository creation. 2006-10-24 20:42:39 -03:00
pahole.c [CLASSES]: Introduce struct type 2007-01-07 12:30:58 -02:00
pfunct.c [CLASSES]: Rename the find_class_by_name to find_struct_by_name 2007-01-07 13:11:20 -02:00
prefcnt.c [CLASSES]: Introduce struct type 2007-01-07 12:30:58 -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