summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/network/netdev.stp
Commit message (Collapse)AuthorAgeFilesLines
* Make tapset and tests compatible with old kernelWenji Huang2009-12-021-2/+2
| | | | | | | | | | | | | * tapset/ioscheduler.stp : Make probe optional. * tapset/irq.stp : Ditto. * tapset/scheduler.stp : Ditto. * tapset/tcpmib.stp : Ditto. * tapset/linuxmib.stp : Switch variable by version. * tapset/tty.stp : Ditto. * testsuite/buildok/irq.stp : Make probe test optional. * testsuite/buildok/tty.stp : Ditto. * testsuite/systemtap.examples/network/netdev.stp : Ditto. * testsuite/buildok/tcpmib-all-probes.stp : Add embedded functions.
* Spelling fixes in the meta of many examplesJosh Stone2009-09-161-3/+3
|
* A network device exampleBreno Leitao2009-09-161-0/+58
Add a example that cover the network device tapset. This example just add simple probes and display what is going one with all the network devices. Signed-off-by: Josh Stone <jistone@redhat.com>