From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13485 invoked by alias); 27 Apr 2010 23:35:18 -0000 Received: (qmail 13459 invoked by uid 9586); 27 Apr 2010 23:35:17 -0000 Date: Tue, 27 Apr 2010 23:35:00 -0000 Message-ID: <20100427233517.13448.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-95-g42d42e0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c893eccde63065539084a68680927d2e4a11ca04 X-Git-Newrev: 42d42e06341837c7272ca790e537b42b632fe319 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/msg00053.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 42d42e06341837c7272ca790e537b42b632fe319 (commit) via 632b0f98be322bb3ec31f7bb078a2f0c3a8d465f (commit) via 4c1cceda9fb3f1f8b185c55dc746404f5497b1ba (commit) from c893eccde63065539084a68680927d2e4a11ca04 (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 42d42e06341837c7272ca790e537b42b632fe319 Author: Josh Stone Date: Tue Apr 27 16:32:23 2010 -0700 Regenerate example indexes commit 632b0f98be322bb3ec31f7bb078a2f0c3a8d465f Author: Josh Stone Date: Tue Apr 27 16:29:16 2010 -0700 PR4396: Tweak the dumpstack example and add meta commit 4c1cceda9fb3f1f8b185c55dc746404f5497b1ba Author: Wenji Huang Date: Tue Apr 27 15:49:01 2010 -0700 PR4396: script to dump hung task's kernel stack ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/index.html | 3 +++ testsuite/systemtap.examples/index.txt | 8 ++++++++ testsuite/systemtap.examples/keyword-index.html | 6 ++++++ testsuite/systemtap.examples/keyword-index.txt | 16 ++++++++++++++++ .../systemtap.examples/process/dumpstack.meta | 13 +++++++++++++ testsuite/systemtap.examples/process/dumpstack.stp | 18 ++++++++++++++++++ 6 files changed, 64 insertions(+), 0 deletions(-) create mode 100644 testsuite/systemtap.examples/process/dumpstack.meta create mode 100755 testsuite/systemtap.examples/process/dumpstack.stp hooks/post-receive -- systemtap: system-wide probe/trace tool