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] | |
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
Attachment:
tcpmib-default.patch
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |