Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a different PATH approach for pfiles | Josh Stone | 2010-03-31 | 1 | -5/+2 |
| | | | | | | | //bin/true && exec stap -g $0 ${1+"$@"} This keeps it as an entirely valid stap script, so manual stap invocation still works (as in pfiles.meta). | ||||
* | testsuite: convert pfiles.stp to $PATH-based stap invocation form | Frank Ch. Eigler | 2010-03-30 | 1 | -1/+7 |
| | |||||
* | pfiles.stp sample: begin tcp option dumping | Frank Ch. Eigler | 2010-02-05 | 1 | -15/+18 |
| | |||||
* | new sample: pfiles | Eugene Teo | 2010-02-04 | 2 | -0/+612 |
| | |||||
* | Clean up examples | Wenji Huang | 2009-11-18 | 8 | -12/+8 |
| | |||||
* | plimit: Add plimit.stp sample script | Eugene Teo | 2009-10-30 | 2 | -0/+85 |
| | |||||
* | testsuite: robustify check_* invocation of examples meta | Frank Ch. Eigler | 2009-10-08 | 1 | -1/+1 |
| | | | | | | | | | testsuite/systemtap.examples/ * check.exp (extract_tag): Log extracted tags. Tolerate embedded '$'. (run_command): Pass through commands to sh -c without eval quoting. * README: Document "sh -c"-ness of check_* tags. * *.meta: Fix quoting, add a few check_support predicates. | ||||
* | Spelling fixes in the meta of many examples | Josh Stone | 2009-09-16 | 4 | -4/+4 |
| | |||||
* | Make check.exp not sleep so much in test_installcheck. | Mark Wielaard | 2009-09-13 | 16 | -16/+16 |
| | | | | | | | A lot of time during the installcheck was spend just sleeping. Reduce the sleep time by at least one fifth. * testsuite/systemtap.examples/*/*meta: Reduct -c "sleep" time. | ||||
* | PR10604: check availability for example test cases | Wenji Huang | 2009-09-08 | 1 | -0/+1 |
| | | | | | | | | | | | | * testsuite/systemtap.examples/check.exp: Handle with test_support. * testsuite/systemtap.examples/io/iostat-scsi.meta: Add meta-tag test_support. * testsuite/systemtap.examples/memory/mmanonpage.meta: Ditto. * testsuite/systemtap.examples/memory/mmfilepage.meta: Ditto. * testsuite/systemtap.examples/memory/mmreclaim.meta: Ditto. * testsuite/systemtap.examples/memory/mmwriteback.meta: Ditto. * testsuite/systemtap.examples/network/autofs4.meta: Ditto. * testsuite/systemtap.examples/network/dropwatch.meta: Ditto. * testsuite/systemtap.examples/process/schedtimes.meta: Ditto. | ||||
* | Add chng_cpu.stp and migrate.stp examples. | William Cohen | 2009-07-17 | 4 | -0/+86 |
| | |||||
* | Correct typo in forktracker.meta. | William Cohen | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Make forktracker.stp example executable. | William Cohen | 2009-06-19 | 1 | -0/+0 |
| | |||||
* | Add froktracker.stp example. | William Cohen | 2009-06-19 | 2 | -0/+36 |
| | |||||
* | Add the schedtimes.stp and associated schedtimes.meta files to the examples. | William Cohen | 2009-05-20 | 2 | -0/+167 |
| | |||||
* | Correct sigmon.meta example title and name. | Sunzen Wang | 2009-04-22 | 1 | -2/+2 |
| | | | | | | | | * 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. | ||||
* | 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. | ||||
* | Amend process/errsnoop.stp shebang | Eugene Teo | 2009-04-05 | 1 | -1/+2 |
| | |||||
* | Make examples executable | Eugeniy Meshcheryakov | 2009-04-04 | 1 | -0/+0 |
| | |||||
* | new process/errsnoop.stp sample script | Eugene Teo | 2009-04-03 | 2 | -0/+50 |
| | |||||
* | Format tweaks. | William Cohen | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | Tweak formatting, indent two space. | William Cohen | 2008-12-09 | 8 | -72/+73 |
| | |||||
* | updated sleepingBeauties.meta, regenerated index | Frank Ch. Eigler | 2008-11-19 | 1 | -8/+2 |
| | |||||
* | tweak demo script to solve namespace collision | Frank Ch. Eigler | 2008-10-29 | 1 | -5/+5 |
| | |||||
* | PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable. | Mark Wielaard | 2008-08-11 | 3 | -2/+2 |
| | |||||
* | samples: separate into subdirectories by subsystem | Frank Ch. Eigler | 2008-08-07 | 31 | -0/+1202 |