From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3394 invoked by alias); 16 Nov 2009 21:54:32 -0000 Received: (qmail 3368 invoked by uid 9156); 16 Nov 2009 21:54:31 -0000 Date: Mon, 16 Nov 2009 21:54:00 -0000 Message-ID: <20091116215431.3356.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.0-232-ge7c8466 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5409e5bf98ddc994931754d0cb1cae36ba9a08fd X-Git-Newrev: e7c84665f79fd944371c2c49e57189ed1f6cee6d 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-q4/txt/msg00121.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 e7c84665f79fd944371c2c49e57189ed1f6cee6d (commit) from 5409e5bf98ddc994931754d0cb1cae36ba9a08fd (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 e7c84665f79fd944371c2c49e57189ed1f6cee6d Author: David Smith Date: Mon Nov 16 15:53:33 2009 -0600 PR 5150 partial fixes. Added support for nfs_file_fsync. * tapset/nfs.stp(nfs.fop.fsync): Added support for nfs_file_fsync. (nfs.fop.fsync.return): Ditto. (nfs.aop.readpages.return): Fixed 'size' bug. (nfs.aop.write_begin): Renamed to make 'nfs.*.*' probes work correctly. (nfs.aop.write_end): Ditto. (__nfs.aop.write_begin): Ditto. (__nfs.aop.write_end): Ditto. (__nfs.aop.prepare_write): Ditto. (__nfs.aop.commit_write): Ditto. (nfs.fop.aio_read.return): Always sets 'units'. (nfs.fop.aio_write.return): Ditto. (nfs.fop.sendfile.return): Ditto. ----------------------------------------------------------------------- Summary of changes: tapset/nfs.stp | 77 +++++++++++++++++++++++++++++--------------------------- 1 files changed, 40 insertions(+), 37 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool