Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR 10981. Fixed buildok/netdev.stp for RHEL5. | David Smith | 2009-11-18 | 1 | -2/+2 |
| | | | | | | | * tapset/networking.stp: Made 'netdev.change_rx_flag' and 'netdev.get_stats' optional, since those functions don't exist on RHEL5. * testsuite/buildok/netdev.stp: Ditto. | ||||
* | buildok netdev.stp file shouldn't be using /usr/bin/env, but stap directly. | Mark Wielaard | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | A basic test to assure that networking tapset is building ok | Breno Leitao | 2009-09-16 | 1 | -0/+47 |
This is a basic script to assure that the network devices tapset is building (-p4) properly. This script is basically a copy of another netdev example that is located on testsuite/systemtap.examples/network/netdev.stp Signed-off-by: Josh Stone <jistone@redhat.com> |