From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26492 invoked by alias); 12 Jun 2012 13:29:15 -0000 Received: (qmail 26442 invoked by uid 9156); 12 Jun 2012 13:29:14 -0000 Date: Tue, 12 Jun 2012 13:29:00 -0000 Message-ID: <20120612132914.26431.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-308-gc1743d0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f848701fd1a15862e6bd77e5f3559be38a9b6122 X-Git-Newrev: c1743d05f78f70e932188fa1675216c5582f68c2 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: 2012-q2/txt/msg00145.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 c1743d05f78f70e932188fa1675216c5582f68c2 (commit) from f848701fd1a15862e6bd77e5f3559be38a9b6122 (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 c1743d05f78f70e932188fa1675216c5582f68c2 Author: David Smith Date: Tue Jun 12 08:28:52 2012 -0500 Improve conversions.exp test by also testing tracepoint/timer.profile probes. * testsuite/systemtap.stress/conversions.exp: Move main logic into a procedure so that more than begin probes can be tested. Add tracepoint and timer.profile testing. * testsuite/systemtap.stress/conversions_profile.stp: New file. * testsuite/systemtap.stress/conversions_trace.stp: New file. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.stress/conversions.exp | 63 +++++--- testsuite/systemtap.stress/conversions_profile.stp | 173 ++++++++++++++++++++ testsuite/systemtap.stress/conversions_trace.stp | 173 ++++++++++++++++++++ 3 files changed, 388 insertions(+), 21 deletions(-) create mode 100644 testsuite/systemtap.stress/conversions_profile.stp create mode 100644 testsuite/systemtap.stress/conversions_trace.stp hooks/post-receive -- systemtap: system-wide probe/trace tool