summaryrefslogtreecommitdiffstats
path: root/tapset/networking.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR 10981. Fixed buildok/netdev.stp for RHEL5.David Smith2009-11-181-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.
* A very simple patch that fix the networking tapset documentation.Breno Leitao2009-11-111-1/+1
| | | | | It references the file include/linux/if_ether.h as the one that contains the protocol numbers and types.
* Remove temporaries in netdev.change_macJosh Stone2009-09-171-14/+6
| | | | | | | | | As reported by dsmith, reusing temporary locals will prevent our limited optimizer from eliminating code. I'm getting rid of these particular locals altogether. * tapset/networking.stp (netdev.change_mac): Don't write mac intermediates into locals; just pass them directly to sprintf.
* Spelling fixes in the tapsetsJosh Stone2009-09-161-4/+4
|
* Adding a some new probes to the networking.stp tapsetBreno Leitao2009-09-161-0/+177
| | | | | | | | A tapset that helps those who are working with network devices. These new fnctions try to cover almost all functions related to these network devices. Signed-off-by: Josh Stone <jistone@redhat.com>
* fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ddomingo2009-03-161-3/+5
| | | | tapsetdescription for man page generator (in development)
* Remove unnecessary embedded C include.Mark Wielaard2009-02-271-4/+0
| | | | * tapset/networking.stp: Remove include.
* Add context, timestamp, memory, and networking tapsets.William Cohen2008-11-251-61/+15
|
* Order entries in table.William Cohen2008-11-131-5/+5
|
* Add documentation for context.stp and networking.stp.William Cohen2008-11-111-0/+97
|
* I break LKET into layered structure. The first layer is those generic tapsets.guanglei2006-05-181-0/+31
The second layer is tracing specific. I checked into CVS those generic tapsets at the first step.