From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9569 invoked by alias); 27 Apr 2010 16:19:28 -0000 Received: (qmail 9546 invoked by uid 9156); 27 Apr 2010 16:19:26 -0000 Date: Tue, 27 Apr 2010 16:19:00 -0000 Message-ID: <20100427161926.9531.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-92-gc893ecc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c5bbe3735cf3bc1914b630796cf6f34230db7ae0 X-Git-Newrev: c893eccde63065539084a68680927d2e4a11ca04 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/msg00052.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 c893eccde63065539084a68680927d2e4a11ca04 (commit) from c5bbe3735cf3bc1914b630796cf6f34230db7ae0 (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 c893eccde63065539084a68680927d2e4a11ca04 Author: David Smith Date: Tue Apr 27 11:18:58 2010 -0500 PR 11338 (partial): Used @defined in nfs.stp and general update. * tapset/nfs.stp: Large update to get working on RHEL4, f12, and rawhide. RHEL5 fails because of PR 1155 (can't find inline function arguments). with probe nfs.fop.check_flags. Removed all kernel version checks. * testsuite/buildok/nfs-detailed.stp: New detailed test of all nfs probes and convenience variables. ----------------------------------------------------------------------- Summary of changes: tapset/nfs.stp | 162 ++++++++++++++++---------- testsuite/buildok/nfs-detailed.stp | 229 ++++++++++++++++++++++++++++++++++++ 2 files changed, 329 insertions(+), 62 deletions(-) create mode 100755 testsuite/buildok/nfs-detailed.stp hooks/post-receive -- systemtap: system-wide probe/trace tool