summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/process
Commit message (Collapse)AuthorAgeFilesLines
* Use a different PATH approach for pfilesJosh Stone2010-03-311-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 formFrank Ch. Eigler2010-03-301-1/+7
|
* pfiles.stp sample: begin tcp option dumpingFrank Ch. Eigler2010-02-051-15/+18
|
* new sample: pfilesEugene Teo2010-02-042-0/+612
|
* Clean up examplesWenji Huang2009-11-188-12/+8
|
* plimit: Add plimit.stp sample scriptEugene Teo2009-10-302-0/+85
|
* testsuite: robustify check_* invocation of examples metaFrank Ch. Eigler2009-10-081-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 examplesJosh Stone2009-09-164-4/+4
|
* Make check.exp not sleep so much in test_installcheck.Mark Wielaard2009-09-1316-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 casesWenji Huang2009-09-081-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 Cohen2009-07-174-0/+86
|
* Correct typo in forktracker.meta.William Cohen2009-06-221-1/+1
|
* Make forktracker.stp example executable.William Cohen2009-06-191-0/+0
|
* Add froktracker.stp example.William Cohen2009-06-192-0/+36
|
* Add the schedtimes.stp and associated schedtimes.meta files to the examples.William Cohen2009-05-202-0/+167
|
* Correct sigmon.meta example title and name.Sunzen Wang2009-04-221-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.* 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.
* Amend process/errsnoop.stp shebangEugene Teo2009-04-051-1/+2
|
* Make examples executableEugeniy Meshcheryakov2009-04-041-0/+0
|
* new process/errsnoop.stp sample scriptEugene Teo2009-04-032-0/+50
|
* Format tweaks.William Cohen2008-12-101-1/+1
|
* Tweak formatting, indent two space.William Cohen2008-12-098-72/+73
|
* updated sleepingBeauties.meta, regenerated indexFrank Ch. Eigler2008-11-191-8/+2
|
* tweak demo script to solve namespace collisionFrank Ch. Eigler2008-10-291-5/+5
|
* PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable.Mark Wielaard2008-08-113-2/+2
|
* samples: separate into subdirectories by subsystemFrank Ch. Eigler2008-08-0731-0/+1202