This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[PATCH 00/02] Follow on update to NFS probes
- From: Steve Dickson <SteveD at redhat dot com>
- To: Systemtap Mailing list <systemtap at sources dot redhat dot com>
- Date: Thu, 04 Mar 2010 11:50:29 -0500
- Subject: [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(-)