summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples
Commit message (Collapse)AuthorAgeFilesLines
* ttyspy: struct pid->number[0]->nr arrived with 2.6.24 not laterFrank Ch. Eigler2009-06-061-1/+1
|
* ttyspy.stp: new sample scriptFrank Ch. Eigler2009-06-066-1/+118
|
* Add the schedtimes.stp and associated schedtimes.meta files to the examples.William Cohen2009-05-206-0/+232
|
* Provide more details in testsuite.examples/README on how to submit examples.William Cohen2009-05-111-49/+97
|
* PR10007: Avoid probing syscall entry points in the testsuite.Ananth N Mavinakayanahalli2009-04-301-2/+2
| | | | While there, fix minor issues with the s390x syscall tapset.
* traceio: add human-readable byte-count outputKey Meyer2009-04-271-3/+18
|
* traceio sample: tolerate more than a few hundred processesKey Meyer2009-04-271-10/+8
| | | | ... rather than exiting with MAXACTIONS exceeded
* Correct sigmon.meta example title and name.Sunzen Wang2009-04-225-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 Wielaard2009-04-211-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 stringsTim Moore2009-04-201-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 Moore2009-04-201-0/+32
|\
| * graphing widget and test harnessTim Moore2009-04-151-0/+32
| |
* | Make dropwatch.stp executable and have correct interpreter.William Cohen2009-04-171-1/+1
| |
* | Add dropwatch.stp example.William Cohen2009-04-176-1/+109
|/
* Minor formatting to avoid line wrap, added tcpdumplike.meta file,William Cohen2009-04-146-5/+50
| | | | and regenerated index files.
* PR9953: split up the two process.* tapsetsJosh Stone2009-04-141-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 executableJosh Stone2009-04-141-0/+2
|
* Add new TCP and IP functionsAndre Detsch2009-04-141-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 mergingFrank Ch. Eigler2009-04-081-4/+4
|
* Fix stats for processes that only transmitted data without receivingEugeniy Meshcheryakov2009-04-081-0/+8
|
* Amend process/errsnoop.stp shebangEugene Teo2009-04-051-1/+2
|
* Make examples executableEugeniy Meshcheryakov2009-04-042-0/+0
|
* Correct column heading from uid to pid.William Cohen2009-04-031-1/+1
|
* Describe the ansi_colors.stp and ansi_colors2.stp. Label tables appropriately.William Cohen2009-04-038-7/+82
|
* new process/errsnoop.stp sample scriptEugene Teo2009-04-036-11/+105
|
* Make ansi_colors2.stp script executableEugene Teo2009-04-031-0/+0
|
* Update scripts to use the new ANSI tapsetEugene Teo2009-04-033-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 tapsetEugene Teo2009-04-031-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 headerEugeniy Meshcheryakov2009-03-281-0/+2
|
* Added functions to grab IP source and destination from a socket, andBreno Leitao2009-03-201-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 Cohen2009-03-176-0/+74
|
* make all examples executableEugeniy Meshcheryakov2009-02-217-0/+0
|
* Kill all ChangeLogsJosh Stone2009-02-191-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 Cohen2009-02-121-2/+2
|
* Function to determine page fault type and have pfaults.stp exercise it.William Cohen2009-02-126-0/+78
|
* Use kernel stack backtrace support when availableTim Moore2009-02-111-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.stpAnanth N Mavinakayanahalli2009-02-111-1/+1
|
* Revised version of kmalloc-top in systemtap.examples.William Cohen2009-02-096-1/+218
|
* Fold the systemtap.samples/iotask*.stp into systemtap.examples/io/iostats.stp.William Cohen2009-02-066-0/+99
| | | | Regenerate the catalog information.
* Revised topsys.stp and moved to the testsuite/systemtap.examples directory.William Cohen2009-02-026-0/+59
|
* Revise tcp_connections.stp example and place in sysemtap.examples directory.William Cohen2009-02-026-1/+85
|
* Move the scf.stp example from systemtap.samples to systemtap.examples.William Cohen2009-01-306-1/+79
|
* Add the polling timeout example and update the catalog.William Cohen2009-01-286-0/+145
|
* PR9693. Add #! /usr/bin/env stap line for traceio2 and functioncallcount.Mark Wielaard2009-01-023-0/+9
|
* Format tweaks.William Cohen2008-12-103-2/+8
|
* add latencytap scriptTim Moore2008-12-102-0/+57
|
* Tweak formatting, indent two space.William Cohen2008-12-0921-238/+261
|
* para-callgraph.meta: Add accidentially removed -c back to test_installcheck.Mark Wielaard2008-11-262-1/+6
|
* Don't use single quotes in .meta files.Mark Wielaard2008-11-252-1/+5
|
* samples catalog: more linkiesFrank Ch. Eigler2008-11-204-68/+78
|