This is the mail archive of the systemtap@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]

[PATCH 00/02] Follow on update to NFS probes


The following two patches are follow ups to the NFS probe updates
I posted last week.

The first patch incorporates all the comments from the code review, 
thank you very much for taking the time.

The second patch is a back port of the new probes to a RHEL5 kernel
(kernel-2.6.18-186.el5, systemtap-1.1-1.el5). It turns out that all
the NFS v4 interface routines were in-line back then so this patch
basically added kernel_v around the v4 probe so they would not 
be defined. 

There was also some minor tweaks in the nfsderrno.stp and rpc.stp
probes.

All the patches can be found at:
    git://fedorapeople.org/~steved/systemtap-steved nfsd-update

    
Steve Dickson (4):

  Incorporated comments from code review

  Backport recently added probes to RHEL5(U5)



 tapset/nfsd.stp      |  252 ++++++++++++++++++++++++++++++++------------------

 tapset/nfsderrno.stp |    4 +

 tapset/rpc.stp       |    7 +-

 3 files changed, 172 insertions(+), 91 deletions(-)



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