diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 4 | ||||
-rwxr-xr-x | testsuite/semok/twentyeight.stp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 075245aa..b9ad6b25 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-11-27 David Smith <dsmith@redhat.com> + + * semok/twentyeight.stp: Tests wildcarded probe points. + 2007-11-19 Frank Ch. Eigler <fche@elastic.org> * parseok/five.stp, semok/twentyseven.stp: Test "!" probe point flag. diff --git a/testsuite/semok/twentyeight.stp b/testsuite/semok/twentyeight.stp new file mode 100755 index 00000000..f9854134 --- /dev/null +++ b/testsuite/semok/twentyeight.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +# Make sure wildcards are handled +probe kerne*.funct*("sys_read").* {} |