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.1-202-g8d2d198


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  8d2d198796f66c82b7147cd9167c1a43265b9ba2 (commit)
      from  cd4d1d39af22d4a06ebe48209feb0b408c331887 (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 8d2d198796f66c82b7147cd9167c1a43265b9ba2
Author: Josh Stone <jistone@redhat.com>
Date:   Fri Mar 12 11:39:52 2010 -0800

    Get d_path's root natively with @cast
    
    As mjw's aborted commit 5ab0b1b6 attempted, we can use a @cast to get
    the filesystem root for the current task instead of embedded-C.  I've
    left it using the kernel debuginfo instead of headers for now, because
    all of the neighboring @casts are doing the same.
    
    * tapset/dentry.stp (d_path): Use @cast to get the root.
      (__dentry_get_current_root): Remove, no longer needed.
    * testsuite/buildok/dentry.stp: Test that dentry's functions all build.

-----------------------------------------------------------------------

Summary of changes:
 tapset/dentry.stp            |   16 +---------------
 testsuite/buildok/dentry.stp |    8 ++++++++
 2 files changed, 9 insertions(+), 15 deletions(-)
 create mode 100755 testsuite/buildok/dentry.stp


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]