From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8605 invoked by alias); 9 Nov 2007 18:12:07 -0000 Received: (qmail 8590 invoked by uid 9593); 9 Nov 2007 18:12:06 -0000 Date: Fri, 09 Nov 2007 18:12:00 -0000 Message-ID: <20071109181206.8588.qmail@sourceware.org> From: hiramatu@sourceware.org To: systemtap-cvs@sourceware.org Subject: src runtime/ChangeLog runtime/print.c runtime/ ... Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2007-q4/txt/msg00137.txt.bz2 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 PR3858 * print.c: Add -DRELAY_HOST= and -DRELAY_GUEST= 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