]> sourceware.org Git - systemtap.git/commit
Allow better filtering with IP address and File handle
authorSteve Dickson <steved@redhat.com>
Tue, 23 Feb 2010 16:58:16 +0000 (11:58 -0500)
committerSteve Dickson <steved@redhat.com>
Tue, 16 Mar 2010 15:11:22 +0000 (11:11 -0400)
commit31e1d6706cf0c575f9709938c5b388656fd6302d
tree62cfce50981d8deb62ba7fa029c712ea44cbedab
parentfb36412650985d057243291e5aec9a4cc4032e8d
Allow better filtering with IP address and File handle

To allow filtering by the client's IP address,
the addr_from_rqst_str() function was added which
extracts the IP address from incoming procedures
and converts them into a character string. Calls to
addr_from_rqst_str() were added to the top of each
probe so callers of the probes can use the IP addresses
as a filter.

Calls to __svc_fh() were also sprinkled were needed
so callers can also filter on file handles

Signed-off-by: Steve Dickson <steved@redhat.com>
tapset/nfsd.stp
tapset/rpc.stp
This page took 0.025505 seconds and 5 git commands to generate.