From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12111 invoked by alias); 14 Mar 2007 16:13:35 -0000 Received: (qmail 12092 invoked by uid 9163); 14 Mar 2007 16:13:33 -0000 Date: Wed, 14 Mar 2007 16:13:00 -0000 Message-ID: <20070314161333.12089.qmail@sourceware.org> From: hunt@sourceware.org To: systemtap-cvs@sourceware.org Subject: src/runtime ChangeLog io.c map.c print.c runti ... 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-q1/txt/msg00123.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: hunt@sourceware.org 2007-03-14 16:13:33 Modified files: runtime : ChangeLog io.c map.c print.c runtime.h runtime/bench2 : Makefile bench.rb itest.c run_bench run_binary_print Added files: runtime : print_new.c print_old.c runtime/bench2 : test_bench Log message: 2007-03-14 Martin Hunt * bench2/bench.rb: Updated to work with new transport and new itest.c. * bench2/Makefile: Updated for new itest.c * bench2/itest.c: Rewritten to use multiple threads and automatically divide the workload among the threads. * print.c (_stp_print_flush): Move to print_new.c and print_old.c. * print_new.c: New file containing _stp_print_flush() for the new transport. * print_old.c: Ditto for old transport. * runtime.h (STP_OLD_TRANSPORT): Define (errk): Define. (MAXSTRINGLEN): Define if not already defined. * io.c (_stp_vlog): Use _stp_ctl_write(). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/print_new.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/print_old.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.189&r2=1.190 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/io.c.diff?cvsroot=systemtap&r1=1.29&r2=1.30 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map.c.diff?cvsroot=systemtap&r1=1.39&r2=1.40 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/print.c.diff?cvsroot=systemtap&r1=1.30&r2=1.31 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/runtime.h.diff?cvsroot=systemtap&r1=1.40&r2=1.41 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/bench2/test_bench.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/bench2/Makefile.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/bench2/bench.rb.diff?cvsroot=systemtap&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/bench2/itest.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/bench2/run_bench.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/bench2/run_binary_print.diff?cvsroot=systemtap&r1=1.1&r2=1.2