From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28487 invoked by alias); 11 Jun 2008 16:19:35 -0000 Received: (qmail 28461 invoked by uid 9156); 11 Jun 2008 16:19:33 -0000 Date: Wed, 11 Jun 2008 16:19:00 -0000 Message-ID: <20080611161933.28449.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-388-g0562c0e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f2782fe588397a5baa313eb825dd4c508818dc7e X-Git-Newrev: 0562c0e77429fd6798f8a1d46ef597527e7a392f 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: 2008-q2/txt/msg00108.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 0562c0e77429fd6798f8a1d46ef597527e7a392f (commit) via 1461de23ee84384940626145f07b0a736a2d8bb3 (commit) from f2782fe588397a5baa313eb825dd4c508818dc7e (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 0562c0e77429fd6798f8a1d46ef597527e7a392f Author: David Smith Date: Wed Jun 11 11:16:07 2008 -0500 utrace thread.begin and thread.end probe test fixes. 2008-06-11 David Smith * systemtap.base/utrace_p5.exp: Made changes to work when not configured in the src directory. * systemtap.base/utrace_p5_multi.c: Made changes to work on x86_64 systems. commit 1461de23ee84384940626145f07b0a736a2d8bb3 Author: David Smith Date: Wed Jun 11 10:37:32 2008 -0500 Added .thread.begin and .thread.end utrace probe tests. 2008-06-11 David Smith * systemtap.base/utrace_p5.exp: Added 'process().thread.begin' and 'process().thread.end' tests. * systemtap.base/utrace_p5_multi.c: Added multi-threaded test program for utrace_p5.exp. * .gitignore: Updated. ----------------------------------------------------------------------- Summary of changes: testsuite/.gitignore | 2 +- testsuite/ChangeLog | 13 +++++ testsuite/systemtap.base/utrace_p5.exp | 70 +++++++++++++++++++++++++++- testsuite/systemtap.base/utrace_p5_multi.c | 45 ++++++++++++++++++ 4 files changed, 127 insertions(+), 3 deletions(-) create mode 100644 testsuite/systemtap.base/utrace_p5_multi.c hooks/post-receive -- systemtap: system-wide probe/trace tool