diff options
author | David Smith <dsmith@redhat.com> | 2009-04-21 10:49:15 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-04-21 10:49:15 -0500 |
commit | 41d9243cc9d107d1980e18537090ed358dc7920a (patch) | |
tree | ba082d05f256fb9221061e4b09d295cbc78453c3 /testsuite/parseko | |
parent | d0ea46ceac2e72fe0b86269ea50c004711148158 (diff) | |
download | systemtap-steved-41d9243cc9d107d1980e18537090ed358dc7920a.tar.gz systemtap-steved-41d9243cc9d107d1980e18537090ed358dc7920a.tar.xz systemtap-steved-41d9243cc9d107d1980e18537090ed358dc7920a.zip |
Updated utrace tests.
2009-04-21 David Smith <dsmith@redhat.com>
* testsuite/semok/utrace01.stp: New test.
* testsuite/parseko/utrace01.stp: Updated test.
* testsuite/semko/utrace03.stp: Ditto.
* testsuite/semko/utrace04.stp: Ditto.
* testsuite/semko/utrace01.stp: Deleted unneeded test.
* testsuite/semko/utrace08.stp: Ditto.
* testsuite/semko/utrace09.stp: Ditto.
* testsuite/semko/utrace10.stp: Ditto.
* testsuite/semko/utrace11.stp: Ditto.
* testsuite/semko/utrace12.stp: Ditto.
* testsuite/semko/utrace13.stp: Ditto.
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-x | testsuite/parseko/utrace01.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseko/utrace01.stp b/testsuite/parseko/utrace01.stp index 1cb4227f..9f3619b5 100755 --- a/testsuite/parseko/utrace01.stp +++ b/testsuite/parseko/utrace01.stp @@ -1,4 +1,4 @@ #! stap -p2 # process NAME must be a string -probe process(/bin/cat).death { } +probe process(/bin/cat).end { } |