diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-09-08 18:38:14 -0400 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2009-09-08 18:38:14 -0400 |
commit | 2de206d6b209e5e3b518f38c9991e4434940f72e (patch) | |
tree | 0c1908efd5c766726940b8ac26b5e343bf573a1e /testsuite/systemtap.examples/process | |
parent | e13354499dbd1f854040bc120bdfd1d0fc9ff6b3 (diff) | |
download | systemtap-steved-2de206d6b209e5e3b518f38c9991e4434940f72e.tar.gz systemtap-steved-2de206d6b209e5e3b518f38c9991e4434940f72e.tar.xz systemtap-steved-2de206d6b209e5e3b518f38c9991e4434940f72e.zip |
PR10604: check availability for example test cases
* 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.
Diffstat (limited to 'testsuite/systemtap.examples/process')
-rw-r--r-- | testsuite/systemtap.examples/process/schedtimes.meta | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/process/schedtimes.meta b/testsuite/systemtap.examples/process/schedtimes.meta index 0074731f..786d9cfb 100644 --- a/testsuite/systemtap.examples/process/schedtimes.meta +++ b/testsuite/systemtap.examples/process/schedtimes.meta @@ -9,5 +9,6 @@ exit: user-controlled output: sorted-list scope: system-wide description: The schedtimes.stp script instruments the scheduler to track the amount of time that each process spends running, sleeping, queued, and waiting for io. On exit the script prints out the accumulated time for each state of processes observed. Optionally, this script can be used with the '-c' or '-x' options to focus on a specific PID. +test_support: stap -l kernel.trace("sched_switch"),kernel.trace("sched_wakeup") test_check: stap -p4 schedtimes.stp test_installcheck: stap schedtimes.stp -c "sleep 1" |