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 0/3] new functions for netdev tapset


These are patches that adds some interesting probes to the netdev tapset.
I followed suggestions given by David and Josh (Thanks)

root (3):
  Adding a some new probes to the networking.stp tapset
  A basic test to assure that networking tapset is building ok
  A network device example

 tapset/networking.stp                           |  177 +++++++++++++++++++++++
 testsuite/buildok/netdev.stp                    |   47 ++++++
 testsuite/systemtap.examples/network/netdev.stp |   58 ++++++++
 3 files changed, 282 insertions(+), 0 deletions(-)
 create mode 100644 testsuite/buildok/netdev.stp
 create mode 100644 testsuite/systemtap.examples/network/netdev.stp


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