This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-232-ge7c8466


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 <dsmith@redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]