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/include ChangeLog sidcpuutil.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2006-06-14 20:39:31

Modified files:
	sid/include    : ChangeLog sidcpuutil.h 

Log message:
	2006-06-14  Dave Brolley  <brolley@redhat.com>
	
	* sidcpuutil.h (basic_cpu::sample_gprof_pin): New pin.
	(sample_gprof): New method of basic_cpu.
	(step_pin_handler): Don't reset current_step_insn_count.
	Call sample_gprof, if requested and save latency.
	(stop_after_insns_p): Likewise.
	(unconfigure_gprof): Now takes no arguments. Remove unused code.
	Disconnect the sample_gprof_pin.
	(configure_gprof): Now takes configuration string. Connect the
	sample_gprof_pin. Determine the sampling mode.
	(gprof_cycles,gprof_counter,gprof_prev_latency): New members of
	basic_cpu.
	(configure): Initialize gprof_counter.
	(basic_cpu): Add sample-gprof pin.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.35&r2=1.36


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