tcpmib.InSeg probe point needs some default functions
William Cohen
wcohen@redhat.com
Fri Jul 9 21:10:00 GMT 2010
I was looking through the test results for the systemtap.examples and found that following command used to determine whether the test should run doesn't work for systemtap.examples/network/tcpipstat.stp:
stap -l 'tcpmib.InSegs'
Looking through the tapset found that it expect a couple functions to be available. The attached patch adds those functions in a separate file so the user can overide the functions. If there are no objects about the patch I will check it in.
Include default tcpmib_filter_key and ipmib_filter_key functions in tapset
The tcpmib.InSegs probe point in the tcpmib.stp tapset makes uses
of the tcpmib_filter_key() and the ipmib_filter_key() functions.
Without these default functions the "stap -l 'tcpmib.InSegs'"
command does not work.
-Will
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tcpmib-default.patch
URL: <http://sourceware.org/pipermail/systemtap/attachments/20100709/ab55c6ae/attachment.ksh>
More information about the Systemtap
mailing list