Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Amend process/errsnoop.stp shebang | Eugene Teo | 2009-04-05 | 1 | -1/+2 | |
| | ||||||
* | Make examples executable | Eugeniy Meshcheryakov | 2009-04-04 | 2 | -0/+0 | |
| | ||||||
* | Correct column heading from uid to pid. | William Cohen | 2009-04-03 | 1 | -1/+1 | |
| | ||||||
* | Describe the ansi_colors.stp and ansi_colors2.stp. Label tables appropriately. | William Cohen | 2009-04-03 | 8 | -7/+82 | |
| | ||||||
* | new process/errsnoop.stp sample script | Eugene Teo | 2009-04-03 | 6 | -11/+105 | |
| | ||||||
* | Make ansi_colors2.stp script executable | Eugene Teo | 2009-04-03 | 1 | -0/+0 | |
| | ||||||
* | Update scripts to use the new ANSI tapset | Eugene Teo | 2009-04-03 | 3 | -19/+28 | |
| | | | | | | This updates the example scripts to use the new ANSI escape sequences tapset. It also adds the copyright header that was missing in ansi_colors.stp for a long time. | |||||
* | New ANSI escape sequences tapset | Eugene Teo | 2009-04-03 | 1 | -0/+31 | |
| | | | | | | | This adds a new tapset for ANSI escape sequences. It is based on an existing tapset that was written by Masami Hiramatsu for the stapgames project. This also adds a version of ansi_color.stp script that displays other attributes other than the bold effect. | |||||
* | 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. | |||||
* | Replace systemtap.samples/ioblocktest.stp with ioblktime.stp. | William Cohen | 2009-03-17 | 6 | -0/+74 | |
| | ||||||
* | make all examples executable | Eugeniy Meshcheryakov | 2009-02-21 | 7 | -0/+0 | |
| | ||||||
* | Kill all ChangeLogs | Josh Stone | 2009-02-19 | 1 | -349/+0 | |
| | | | | | | Mark Wielaard, a dear friend of the departed, will be performing a song and dance at the funeral services to commemorate the joyous times that they had together. | |||||
* | Correct entries for test_check and test_installcheck. | William Cohen | 2009-02-12 | 1 | -2/+2 | |
| | ||||||
* | Function to determine page fault type and have pfaults.stp exercise it. | William Cohen | 2009-02-12 | 6 | -0/+78 | |
| | ||||||
* | Use kernel stack backtrace support when available | Tim Moore | 2009-02-11 | 1 | -2/+5 | |
| | | | | | Define new functions that use the kernel support to do a backtrace of other tasks than current. | |||||
* | Probe only calls and not inlines in functioncallcount.stp | Ananth N Mavinakayanahalli | 2009-02-11 | 1 | -1/+1 | |
| | ||||||
* | Revised version of kmalloc-top in systemtap.examples. | William Cohen | 2009-02-09 | 6 | -1/+218 | |
| | ||||||
* | Fold the systemtap.samples/iotask*.stp into systemtap.examples/io/iostats.stp. | William Cohen | 2009-02-06 | 6 | -0/+99 | |
| | | | | Regenerate the catalog information. | |||||
* | Revised topsys.stp and moved to the testsuite/systemtap.examples directory. | William Cohen | 2009-02-02 | 6 | -0/+59 | |
| | ||||||
* | Revise tcp_connections.stp example and place in sysemtap.examples directory. | William Cohen | 2009-02-02 | 6 | -1/+85 | |
| | ||||||
* | Move the scf.stp example from systemtap.samples to systemtap.examples. | William Cohen | 2009-01-30 | 6 | -1/+79 | |
| | ||||||
* | Add the polling timeout example and update the catalog. | William Cohen | 2009-01-28 | 6 | -0/+145 | |
| | ||||||
* | PR9693. Add #! /usr/bin/env stap line for traceio2 and functioncallcount. | Mark Wielaard | 2009-01-02 | 3 | -0/+9 | |
| | ||||||
* | Format tweaks. | William Cohen | 2008-12-10 | 3 | -2/+8 | |
| | ||||||
* | add latencytap script | Tim Moore | 2008-12-10 | 2 | -0/+57 | |
| | ||||||
* | Tweak formatting, indent two space. | William Cohen | 2008-12-09 | 21 | -238/+261 | |
| | ||||||
* | para-callgraph.meta: Add accidentially removed -c back to test_installcheck. | Mark Wielaard | 2008-11-26 | 2 | -1/+6 | |
| | ||||||
* | Don't use single quotes in .meta files. | Mark Wielaard | 2008-11-25 | 2 | -1/+5 | |
| | ||||||
* | samples catalog: more linkies | Frank Ch. Eigler | 2008-11-20 | 4 | -68/+78 | |
| | ||||||
* | example catalog: remove by-subsystem indexes | Frank Ch. Eigler | 2008-11-20 | 9 | -609/+144 | |
| | ||||||
* | updated sleepingBeauties.meta, regenerated index | Frank Ch. Eigler | 2008-11-19 | 8 | -47/+49 | |
| | ||||||
* | made dev global | ddomingo | 2008-11-04 | 1 | -1/+1 | |
| | ||||||
* | Use local variable available from vfs tapset. | William Cohen | 2008-10-29 | 2 | -8/+7 | |
| | ||||||
* | Clean up disktop.stp and check in for real. | William Cohen | 2008-10-29 | 2 | -15/+21 | |
| | ||||||
* | tweak demo script to solve namespace collision | Frank Ch. Eigler | 2008-10-29 | 2 | -5/+10 | |
| | ||||||
* | removed simples | ddomingo | 2008-10-29 | 6 | -91/+0 | |
| | ||||||
* | fixed html used in traceio2-simple | ddomingo | 2008-10-29 | 1 | -1/+1 | |
| | ||||||
* | re-committing all work for today, resolving conflicts earlier | ddomingo | 2008-10-28 | 7 | -12/+104 | |
|\ | ||||||
| * | added inodewatch from warstories | ddomingo | 2008-10-27 | 2 | -0/+23 | |
| | | ||||||
| * | added simplified, working para-callgraph | ddomingo | 2008-10-27 | 2 | -0/+47 | |
| | | ||||||
| * | added simplified traceio2 | ddomingo | 2008-10-27 | 2 | -0/+21 | |
| | | ||||||
| * | minor revision, shortening long line) | ddomingo | 2008-10-27 | 1 | -1/+1 | |
| | | ||||||
* | | Provide dev and devname in vfs.read and vfs.write. Use them in disktop.stp. | William Cohen | 2008-10-27 | 2 | -11/+14 | |
| | | ||||||
* | | Use vfs tapset rather than kernel functions probes. | William Cohen | 2008-10-24 | 5 | -8/+15 | |
|/ | ||||||
* | testsuite tweaks for rhel5 | Frank Ch. Eigler | 2008-09-12 | 3 | -3/+10 | |
| | ||||||
* | extend callgraph example to use $$parms / $$return | Frank Ch. Eigler | 2008-08-15 | 9 | -68/+78 | |
| |