This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap 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 runtime/ChangeLog runtime/print.c runtime/ ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hiramatu@sourceware.org	2007-11-09 18:12:06

Modified files:
	runtime        : ChangeLog print.c print_new.c print_old.c 
	runtime/transport: ChangeLog transport.c 
	testsuite      : ChangeLog 
Added files:
	testsuite/systemtap.printf: hello.stp hello2.stp sharedbuf.exp 
	                            sharedbuf.stp 

Log message:
	2007-11-09  Masami Hiramatsu  <mhiramat@redhat.com>
	
	PR3858
	* print.c: Add -DRELAY_HOST=<hostname> and -DRELAY_GUEST=<hostname>
	options support.
	(_stp_print_flush): Disable irqs if -DRELAY_* option is specified.
	* print_old.c: Export stp_print_flush to other modules if the
	-DRELAY_HOST option is specified.
	* print_new.c: Ditto.
	* transport.c (_stp_transport_init): Reduce relay buffer size to
	64KB*2 if -DRELAY_GUEST is specified.
	* systemtap.printf/sharedbuf.exp: New test for buffer sharing option.
	* systemtap.printf/sharedbuf.stp: Ditto.
	* systemtap.printf/hello.stp: Ditto.
	* systemtap.printf/hello2.stp: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.233&r2=1.234
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/print.c.diff?cvsroot=systemtap&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/print_new.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/print_old.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&r1=1.78&r2=1.79
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/ChangeLog.diff?cvsroot=systemtap&r1=1.173&r2=1.174
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.printf/hello.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.printf/hello2.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.printf/sharedbuf.exp.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.printf/sharedbuf.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1


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