From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26571 invoked by alias); 30 Oct 2009 23:53:21 -0000 Received: (qmail 26547 invoked by uid 426); 30 Oct 2009 23:53:20 -0000 Date: Fri, 30 Oct 2009 23:53:00 -0000 Message-ID: <20091030235320.26534.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-159-g5b8642a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3a2a1e27684edaef813eeb968ba693e0ff6d021d X-Git-Newrev: 5b8642a208b614769f934c6a4ce2991658025a57 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/msg00076.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 5b8642a208b614769f934c6a4ce2991658025a57 (commit) via 9996b615a6ad49ba8adccf7c9395045016ef74e0 (commit) from 3a2a1e27684edaef813eeb968ba693e0ff6d021d (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 5b8642a208b614769f934c6a4ce2991658025a57 Author: Frank Ch. Eigler Date: Fri Oct 30 19:53:03 2009 -0400 regen sample indexes with plimit.stp commit 9996b615a6ad49ba8adccf7c9395045016ef74e0 Author: Eugene Teo Date: Fri Oct 30 19:52:23 2009 -0400 plimit: Add plimit.stp sample script ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/index.html | 3 + testsuite/systemtap.examples/index.txt | 7 ++ testsuite/systemtap.examples/keyword-index.html | 3 + testsuite/systemtap.examples/keyword-index.txt | 7 ++ testsuite/systemtap.examples/process/plimit.meta | 7 ++ testsuite/systemtap.examples/process/plimit.stp | 78 ++++++++++++++++++++++ 6 files changed, 105 insertions(+), 0 deletions(-) create mode 100644 testsuite/systemtap.examples/process/plimit.meta create mode 100755 testsuite/systemtap.examples/process/plimit.stp hooks/post-receive -- systemtap: system-wide probe/trace tool