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/2] Network device tapset (cover letter)


Guys, I created a new tapset for network device specific things. 
Please, review and let me know what I can do to improve it.
I didn't find a better way to implement netdev.change_mac, 
and I am sure someone will clear my ideas there.

root (2):
  A tapset that helps those who are working with network devices.
  A network device example

 tapset/netdev.stp                               |  178 +++++++++++++++++++++++
 testsuite/systemtap.examples/network/netdev.stp |   62 ++++++++
 2 files changed, 240 insertions(+), 0 deletions(-)
 create mode 100644 tapset/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]