From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20587 invoked by alias); 2 Jul 2008 21:08:27 -0000 Received: (qmail 20563 invoked by uid 678); 2 Jul 2008 21:08:26 -0000 Date: Wed, 02 Jul 2008 21:08:00 -0000 Message-ID: <20080702210826.20552.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-456-ga784d2f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 92fa0578ee7cc6118487b386d9b85d8966e2771b X-Git-Newrev: a784d2f76cab28ae77a363185177fc8513d13e19 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-q3/txt/msg00005.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 a784d2f76cab28ae77a363185177fc8513d13e19 (commit) from 92fa0578ee7cc6118487b386d9b85d8966e2771b (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 a784d2f76cab28ae77a363185177fc8513d13e19 Author: William Cohen Date: Wed Jul 2 15:37:30 2008 -0400 Add functioncallcount.meta and functioncallcount.stp. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/ChangeLog | 4 ++++ .../systemtap.examples/functioncallcount.meta | 13 +++++++++++++ testsuite/systemtap.examples/functioncallcount.stp | 17 +++++++++++++++++ 3 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 testsuite/systemtap.examples/functioncallcount.meta create mode 100644 testsuite/systemtap.examples/functioncallcount.stp hooks/post-receive -- systemtap: system-wide probe/trace tool