From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 737 invoked by alias); 25 Jun 2010 16:33:01 -0000 Received: (qmail 551 invoked by uid 9156); 25 Jun 2010 16:32:57 -0000 Date: Fri, 25 Jun 2010 16:33:00 -0000 Message-ID: <20100625163257.539.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.2-341-g6a22cb2 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2221f9f97c16a28929828ff9d6d355097f64c9cf X-Git-Newrev: 6a22cb27778995242843c9556d09b0723e761468 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: 2010-q2/txt/msg00241.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 6a22cb27778995242843c9556d09b0723e761468 (commit) from 2221f9f97c16a28929828ff9d6d355097f64c9cf (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 6a22cb27778995242843c9556d09b0723e761468 Author: David Smith Date: Fri Jun 25 11:32:02 2010 -0500 Added kprocess.stp testcases. * testsuite/buildok/kprocess-all-probes.stp: Renamed from process-all-probes.stp and uses wildcards. * testsuite/buildok/kprocess-detailed.stp: New testcase. * testsuite/buildok/kprocess-embedded.stp: Ditto. ----------------------------------------------------------------------- Summary of changes: testsuite/buildok/kprocess-all-probes.stp | 7 ++++++ testsuite/buildok/kprocess-detailed.stp | 31 +++++++++++++++++++++++++++++ testsuite/buildok/kprocess-embedded.stp | 6 +++++ testsuite/buildok/process-all-probes.stp | 12 ----------- 4 files changed, 44 insertions(+), 12 deletions(-) create mode 100755 testsuite/buildok/kprocess-all-probes.stp create mode 100755 testsuite/buildok/kprocess-detailed.stp create mode 100755 testsuite/buildok/kprocess-embedded.stp delete mode 100755 testsuite/buildok/process-all-probes.stp hooks/post-receive -- systemtap: system-wide probe/trace tool