Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make dropwatch.stp executable and have correct interpreter. | William Cohen | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | Add dropwatch.stp example. | William Cohen | 2009-04-17 | 2 | -0/+43 |
| | |||||
* | Minor formatting to avoid line wrap, added tcpdumplike.meta file, | William Cohen | 2009-04-14 | 2 | -5/+17 |
| | | | | and regenerated index files. | ||||
* | Make tcpdumplike.stp executable | Josh Stone | 2009-04-14 | 1 | -0/+2 |
| | |||||
* | Add new TCP and IP functions | Andre Detsch | 2009-04-14 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | This patch adds some basic functions to the IP and TCP tapsets. Mainly, it's possible to get the iphdr and tcphdr from a sk_buff structure. As a consequence, a TCP probe called tcp.receive() was created and is probed every time a TCP packet is received, and a lot of useful fields is available, as the TCP flags. Also a small example that works like tcpdump for received TCP packets was created. This patch was tested on x86 and ppc machines, on 2.6.18 kernel and also on mainline one. Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com> Signed-off-by: Andre Detsch <adetsch@br.ibm.com> Signed-off-by: Josh Stone <jistone@redhat.com> | ||||
* | tweak nettop.stp demo to sort by accumulated counts despite merging | Frank Ch. Eigler | 2009-04-08 | 1 | -4/+4 |
| | |||||
* | Fix stats for processes that only transmitted data without receiving | Eugeniy Meshcheryakov | 2009-04-08 | 1 | -0/+8 |
| | |||||
* | Make examples executable | Eugeniy Meshcheryakov | 2009-04-04 | 1 | -0/+0 |
| | |||||
* | Add header | Eugeniy Meshcheryakov | 2009-03-28 | 1 | -0/+2 |
| | |||||
* | Added functions to grab IP source and destination from a socket, and | Breno Leitao | 2009-03-20 | 1 | -0/+11 |
| | | | | | | | functions to grab TCP source and destination port from a socket. Also, used this function inside some TCP probe functions, as recvmsg, to provide a richer set of fields. | ||||
* | make all examples executable | Eugeniy Meshcheryakov | 2009-02-21 | 1 | -0/+0 |
| | |||||
* | Revise tcp_connections.stp example and place in sysemtap.examples directory. | William Cohen | 2009-02-02 | 2 | -0/+27 |
| | |||||
* | Tweak formatting, indent two space. | William Cohen | 2008-12-09 | 1 | -23/+21 |
| | |||||
* | samples: separate into subdirectories by subsystem | Frank Ch. Eigler | 2008-08-07 | 7 | -0/+480 |