This is the mail archive of the sid-cvs@sourceware.org mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/sid/component/profiling ChangeLog gprof.cx ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2006-05-11 16:04:38

Modified files:
	sid/component/profiling: ChangeLog gprof.cxx 
	                         sw-profile-gprof.txt 
	                         sw-profile-gprof.xml 

Log message:
	2006-05-11  Dave Brolley  <brolley@redhat.com>
	
	* gprof.cxx (hitcount_map_t): PC now host_int_8.
	(cg_count_map_t): Likewise.
	(statistics): value_min,value_max,limit_min,limit_max likewise.
	New member, pc_size.
	(statistics::operator=): Copy pc_size.
	(cg_caller_hi_pin): New pin.
	(cg_callee_hi_pin): New pin.
	(limit_min_set): Handle 64 bits.
	(limit_max_set): Handle 64 bits.
	(pc_size_get): New method.
	(pc_size_set): New method.
	(accumulate): Use target_attribute + "-hi" to obtain 64 bit pc. Handle
	64 bits throughout.
	(accumulate_call): Use {caller,callee}_hi pin to obtain 64 bit pc. Handle
	64 bits throughout.
	(store_stats): Handle 32 or 64 bit pc.
	(gprof_component): Add cg-caller_hi and cg-callee-hi pins. Add pc-size
	attribute. Initialize value on cg-caller-hi and cg-callee-hi to zero.
	* sw-profile-gprof.xml: Document cg-caller-hi, cg-callee-hi,
	bucket-size, pc-size.
	* sw-profile-gprof.txt: Regenerated.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/sw-profile-gprof.txt.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/sw-profile-gprof.xml.diff?cvsroot=src&r1=1.3&r2=1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]