Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add numa_faults.stp example. | William Cohen | 2009-07-10 | 6 | -1/+99 |
| | |||||
* | Add shebang | Eugeniy Meshcheryakov | 2009-06-30 | 1 | -0/+1 |
| | |||||
* | Make the file executable | Eugeniy Meshcheryakov | 2009-06-30 | 1 | -0/+0 |
| | |||||
* | Have appropriate argument for bkl.stp built and run tests. | William Cohen | 2009-06-24 | 1 | -2/+2 |
| | |||||
* | Make blk.stp and blk_stats.stp executable. | William Cohen | 2009-06-23 | 2 | -0/+0 |
| | |||||
* | Add the bkl.stp and bkl_stats.stp examples. | William Cohen | 2009-06-23 | 8 | -0/+228 |
| | |||||
* | Correct typo in forktracker.meta. | William Cohen | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Revert "Make examples-index-gen.pl executable." | William Cohen | 2009-06-19 | 1 | -0/+0 |
| | | | | This reverts commit 0c98234c86877cfea3df762dc8627b3f05c38e75. | ||||
* | Make forktracker.stp example executable. | William Cohen | 2009-06-19 | 1 | -0/+0 |
| | |||||
* | Make examples-index-gen.pl executable. | William Cohen | 2009-06-19 | 1 | -0/+0 |
| | |||||
* | Add froktracker.stp example. | William Cohen | 2009-06-19 | 6 | -0/+69 |
| | |||||
* | Check in sk_stream_wait_memory.stp example. | William Cohen | 2009-06-18 | 6 | -0/+98 |
| | |||||
* | ttyspy: struct pid->number[0]->nr arrived with 2.6.24 not later | Frank Ch. Eigler | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | ttyspy.stp: new sample script | Frank Ch. Eigler | 2009-06-06 | 6 | -1/+118 |
| | |||||
* | Add the schedtimes.stp and associated schedtimes.meta files to the examples. | William Cohen | 2009-05-20 | 6 | -0/+232 |
| | |||||
* | Provide more details in testsuite.examples/README on how to submit examples. | William Cohen | 2009-05-11 | 1 | -49/+97 |
| | |||||
* | PR10007: Avoid probing syscall entry points in the testsuite. | Ananth N Mavinakayanahalli | 2009-04-30 | 1 | -2/+2 |
| | | | | While there, fix minor issues with the s390x syscall tapset. | ||||
* | traceio: add human-readable byte-count output | Key Meyer | 2009-04-27 | 1 | -3/+18 |
| | |||||
* | traceio sample: tolerate more than a few hundred processes | Key Meyer | 2009-04-27 | 1 | -10/+8 |
| | | | | ... rather than exiting with MAXACTIONS exceeded | ||||
* | Correct sigmon.meta example title and name. | Sunzen Wang | 2009-04-22 | 5 | -6/+6 |
| | | | | | | | | * testsuite/systemtap.examples/process/sigmon.meta: Correct title and name. * testsuite/systemtap.examples/index.html: Regenerated. * testsuite/systemtap.examples/index.txt: Likewise. * testsuite/systemtap.examples/keyword-index.html: Likewise. * testsuite/systemtap.examples/keyword-index.txt: Likewise. | ||||
* | Make latencytap.stp compile on i386. | Mark Wielaard | 2009-04-21 | 1 | -1/+1 |
| | | | | | | | Still needs a .meta file to catch any breakage in the future. * testsuite/systemtap.examples/profiling/latencytap.stp (task_backtrace): Cast task to unsigned long first. | ||||
* | fix a bug with %% in format strings | Tim Moore | 2009-04-20 | 1 | -5/+5 |
| | | | | | | | | | | | * translate.cxx (c_unparser::visit_print_format): Always use _stp_printf if a format string contains "%%". Previously a format string with no arguments would always be printed with _stp_print. * testsuite/systemtap.printf/basic6.stp: New test for %% in format strings. * testsuite/systemtap.printf/basic6.exp: test driver * testsuite/systemtap.examples/grapher.stp: Remove workaround for "%%" literal problem. | ||||
* | Merge branch 'timoore/grapher' | Tim Moore | 2009-04-20 | 1 | -0/+32 |
|\ | |||||
| * | graphing widget and test harness | Tim Moore | 2009-04-15 | 1 | -0/+32 |
| | | |||||
* | | 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 | 6 | -1/+109 |
|/ | |||||
* | Minor formatting to avoid line wrap, added tcpdumplike.meta file, | William Cohen | 2009-04-14 | 6 | -5/+50 |
| | | | | and regenerated index files. | ||||
* | PR9953: split up the two process.* tapsets | Josh Stone | 2009-04-14 | 1 | -6/+6 |
| | | | | | | | The overlapping process.* tapsets are now separated. Those probe points documented in stapprobes(3stap) remain the same. Those that were formerly in stapprobes.process(3stap) have been renamed to kprocess, to reflect their kernel perspective on processes. | ||||
* | 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 |
| | |||||
* | 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 |
| |