2004-08-19 Josef Weidendorfer * Release 0.9.8 * Rename to "Callgrind" (was "Calltree") * Restructuring of code for arbitrary cost counts Example: --collect-alloc=yes (not really useful) --collect-systime=yes Use --simulate-cache=no to be able to load into KCachegrind * Support for valgrind developer release 2.1.2 * Instrumentation can be switched on/off * Modify instructions now cause a "Write" instead of "Read" * JIFZ handling removed (like in Cachegrind) 2004-03-06 Josef Weidendorfer * Preparaptions for Release 0.9.7 * configure.in, Makefile.am, src/ct_main.c Remove support for VG 1.9.6 (no more incude-v196 dir), Support unstable VG 2.1.0 + current CVS (for Suse 9.1) * src/ct_main.c Fix failed assertion for reentrant signal handlers 2003-10-29 Josef Weidendorfer * Preparations for Release 0.9.5 * ct_control: New PERL script for observing and controlling the status of active Calltree tasks. * ct_annotate: Make it working again with current format of our cachegrind.out files * src/ct_main.c: Fixed compile problems with VG 1.9.6 Adoptations for ct_control support (e.g. hint for dump request)