From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3382 invoked by alias); 29 Jul 2011 17:12:58 -0000 Received: (qmail 3299 invoked by uid 678); 29 Jul 2011 17:12:56 -0000 Date: Fri, 29 Jul 2011 17:12:00 -0000 Message-ID: <20110729171256.3288.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-38-g2dfeb3b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e025bf5794ee006e0030b0974183a02ef1beedaa X-Git-Newrev: 2dfeb3bf56cc4f172f393f4728ee7fded5dc5a70 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: 2011-q3/txt/msg00124.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 2dfeb3bf56cc4f172f393f4728ee7fded5dc5a70 (commit) via 46417cd37702ca4d348696eb414a4328a7b72929 (commit) from e025bf5794ee006e0030b0974183a02ef1beedaa (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 2dfeb3bf56cc4f172f393f4728ee7fded5dc5a70 Author: William Cohen Date: Fri Jul 29 13:12:18 2011 -0400 Add the watchdog.stp to the index. commit 46417cd37702ca4d348696eb414a4328a7b72929 Author: William Cohen Date: Fri Jul 29 13:10:34 2011 -0400 Add the watchdog.stp example ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/general/watchdog.meta | 8 +++++ testsuite/systemtap.examples/general/watchdog.stp | 24 ++++++++++++++ testsuite/systemtap.examples/index.html | 4 ++ testsuite/systemtap.examples/index.txt | 16 +++++++++ testsuite/systemtap.examples/keyword-index.html | 13 +++++++- testsuite/systemtap.examples/keyword-index.txt | 34 ++++++++++++++++++++ 6 files changed, 98 insertions(+), 1 deletions(-) create mode 100644 testsuite/systemtap.examples/general/watchdog.meta create mode 100755 testsuite/systemtap.examples/general/watchdog.stp hooks/post-receive -- systemtap: system-wide probe/trace tool