summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* example catalog: remove by-subsystem indexesFrank Ch. Eigler2008-11-209-609/+144
|
* updated sleepingBeauties.meta, regenerated indexFrank Ch. Eigler2008-11-198-47/+49
|
* made dev globalddomingo2008-11-041-1/+1
|
* Use local variable available from vfs tapset.William Cohen2008-10-292-8/+7
|
* Clean up disktop.stp and check in for real.William Cohen2008-10-292-15/+21
|
* tweak demo script to solve namespace collisionFrank Ch. Eigler2008-10-292-5/+10
|
* removed simplesddomingo2008-10-296-91/+0
|
* fixed html used in traceio2-simpleddomingo2008-10-291-1/+1
|
* re-committing all work for today, resolving conflicts earlierddomingo2008-10-287-12/+104
|\
| * added inodewatch from warstoriesddomingo2008-10-272-0/+23
| |
| * added simplified, working para-callgraphddomingo2008-10-272-0/+47
| |
| * added simplified traceio2ddomingo2008-10-272-0/+21
| |
| * minor revision, shortening long line)ddomingo2008-10-271-1/+1
| |
* | Provide dev and devname in vfs.read and vfs.write. Use them in disktop.stp.William Cohen2008-10-272-11/+14
| |
* | Use vfs tapset rather than kernel functions probes.William Cohen2008-10-245-8/+15
|/
* testsuite tweaks for rhel5Frank Ch. Eigler2008-09-123-3/+10
|
* extend callgraph example to use $$parms / $$returnFrank Ch. Eigler2008-08-159-68/+78
|
* Redirect stderr gets redircted so warnings don't let example script run fail.Mark Wielaard2008-08-112-1/+9
|
* PR6835. io/io_submit.stp: Fix #! start. Convert to normal line-ending.Mark Wielaard2008-08-112-71/+76
|
* PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable.Mark Wielaard2008-08-1113-5/+23
|
* Add index of subsystem and keywords at top of HTML indexes.Mark Wielaard2008-08-084-37/+64
|
* Don't output output, exits, status line in indexes (mentioned in descriptions).Mark Wielaard2008-08-088-372/+200
|
* Make sure examples indexes are always generated in builddir.Mark Wielaard2008-08-082-4/+18
|
* remove chmod +x from perl script to avoid spurious build-time rpm-found prereqFrank Ch. Eigler2008-08-071-0/+0
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-08-071-0/+5
|\ | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added testsuite/systemtap.examples/.gitignore file.