From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14299 invoked by alias); 10 Jul 2009 14:35:10 -0000 Received: (qmail 14276 invoked by uid 678); 10 Jul 2009 14:35:09 -0000 Date: Fri, 10 Jul 2009 14:35:00 -0000 Message-ID: <20090710143509.14264.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-138-gc728b7d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 880fc23fa180ae9c9557e7ff945f5f1e750aef15 X-Git-Newrev: c728b7da8be430367aa33f9fbacda93d4add9ea2 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-q3/txt/msg00021.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 c728b7da8be430367aa33f9fbacda93d4add9ea2 (commit) from 880fc23fa180ae9c9557e7ff945f5f1e750aef15 (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 c728b7da8be430367aa33f9fbacda93d4add9ea2 Author: William Cohen Date: Fri Jul 10 10:34:13 2009 -0400 Add numa_faults.stp example. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/index.html | 3 ++ testsuite/systemtap.examples/index.txt | 11 ++++++ testsuite/systemtap.examples/keyword-index.html | 11 +++++- testsuite/systemtap.examples/keyword-index.txt | 24 ++++++++++++ .../systemtap.examples/memory/numa_faults.meta | 13 +++++++ .../systemtap.examples/memory/numa_faults.stp | 38 ++++++++++++++++++++ 6 files changed, 99 insertions(+), 1 deletions(-) create mode 100644 testsuite/systemtap.examples/memory/numa_faults.meta create mode 100755 testsuite/systemtap.examples/memory/numa_faults.stp hooks/post-receive -- systemtap: system-wide probe/trace tool