Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Redirect stderr gets redircted so warnings don't let example script run fail. | Mark Wielaard | 2008-08-11 | 2 | -1/+9 |
| | |||||
* | PR6835. io/io_submit.stp: Fix #! start. Convert to normal line-ending. | Mark Wielaard | 2008-08-11 | 2 | -71/+76 |
| | |||||
* | PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable. | Mark Wielaard | 2008-08-11 | 13 | -5/+23 |
| | |||||
* | Add index of subsystem and keywords at top of HTML indexes. | Mark Wielaard | 2008-08-08 | 4 | -37/+64 |
| | |||||
* | Don't output output, exits, status line in indexes (mentioned in descriptions). | Mark Wielaard | 2008-08-08 | 8 | -372/+200 |
| | |||||
* | Make sure examples indexes are always generated in builddir. | Mark Wielaard | 2008-08-08 | 2 | -4/+18 |
| | |||||
* | remove chmod +x from perl script to avoid spurious build-time rpm-found prereq | Frank Ch. Eigler | 2008-08-07 | 1 | -0/+0 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-08-07 | 1 | -0/+5 |
|\ | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added testsuite/systemtap.examples/.gitignore file. | ||||
| * | Added testsuite/systemtap.examples/.gitignore file. | David Smith | 2008-08-07 | 2 | -0/+7 |
| | | | | | | | | | | | | 2008-08-07 David Smith <dsmith@redhat.com> * .gitignore: New file. | ||||
* | | PR6823: store generated sample index files | Frank Ch. Eigler | 2008-08-07 | 9 | -5/+1655 |
| | | |||||
* | | samples: separate into subdirectories by subsystem | Frank Ch. Eigler | 2008-08-07 | 83 | -373/+5 |
|/ |