From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18631 invoked by alias); 31 Oct 2009 17:59:45 -0000 Received: (qmail 18602 invoked by uid 426); 31 Oct 2009 17:59:45 -0000 Date: Sat, 31 Oct 2009 17:59:00 -0000 Message-ID: <20091031175945.18591.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-160-g2c279bc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5b8642a208b614769f934c6a4ce2991658025a57 X-Git-Newrev: 2c279bc4231e44dba80e5fdb10aa1626e412eab3 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: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q4/txt/msg00077.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 2c279bc4231e44dba80e5fdb10aa1626e412eab3 (commit) from 5b8642a208b614769f934c6a4ce2991658025a57 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2c279bc4231e44dba80e5fdb10aa1626e412eab3 Author: Frank Ch. Eigler Date: Sat Oct 31 13:54:41 2009 -0400 reorganize app tests; rewrite tcl as sample of improvements * testsuite/configure.ac (--enable-testapps): New option. * testsuite/Makefile.am (TESTAPPS): Pass to dejagnu. * testsuite/systemtap.base/{xulrunner,tcl,mysql,postgres}: Moved under new systemtap.apps/ subdirectory. * testsuite/systemtap.apps/stap-tcl.sh: New file to build tcl. * testsuite/systemtap.apps/stap-tcl.stp: New file to test tcl. * testsuite/systemtap.apps/tcl.exp: New simplified test driver. * dtrace.in: Disable STAP_HAS_SEMAPHORES as they don't work on shlibs yet. * includes/sys/sdt.h (STAP_SEMAPHORE): Include __builtin_expect for unlikely. ----------------------------------------------------------------------- Summary of changes: dtrace.in | 2 +- includes/sys/sdt.h | 2 +- testsuite/Makefile.am | 4 +- testsuite/Makefile.in | 4 +- testsuite/configure | 20 +++ testsuite/configure.ac | 12 ++ .../{systemtap.base => systemtap.apps}/mysql.exp | 0 .../postgres.exp | 0 testsuite/systemtap.apps/stap-tcl.sh | 25 +++ testsuite/systemtap.apps/stap-tcl.stp | 30 ++++ testsuite/systemtap.apps/tcl.exp | 67 ++++++++ .../xulrunner.exp | 0 testsuite/systemtap.base/tcl.exp | 165 -------------------- 13 files changed, 161 insertions(+), 170 deletions(-) rename testsuite/{systemtap.base => systemtap.apps}/mysql.exp (100%) rename testsuite/{systemtap.base => systemtap.apps}/postgres.exp (100%) create mode 100644 testsuite/systemtap.apps/stap-tcl.sh create mode 100644 testsuite/systemtap.apps/stap-tcl.stp create mode 100644 testsuite/systemtap.apps/tcl.exp rename testsuite/{systemtap.base => systemtap.apps}/xulrunner.exp (100%) delete mode 100644 testsuite/systemtap.base/tcl.exp hooks/post-receive -- systemtap: system-wide probe/trace tool