diff options
Diffstat (limited to 'testsuite/semko')
-rwxr-xr-x | testsuite/semko/fortyfour.stp | 5 | ||||
-rwxr-xr-x | testsuite/semko/fortythree.stp | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | testsuite/semko/maxactive04.stp | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | testsuite/semko/maxactive05.stp | 0 |
4 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/semko/fortyfour.stp b/testsuite/semko/fortyfour.stp new file mode 100755 index 00000000..8f3caeeb --- /dev/null +++ b/testsuite/semko/fortyfour.stp @@ -0,0 +1,5 @@ +#! stap -p2 + +probe foo = bar {} +probe bar = foo {} +probe foo {} diff --git a/testsuite/semko/fortythree.stp b/testsuite/semko/fortythree.stp new file mode 100755 index 00000000..cbf52a91 --- /dev/null +++ b/testsuite/semko/fortythree.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +probe foo.bar = foo.* { } +probe foo.* { } diff --git a/testsuite/semko/maxactive04.stp b/testsuite/semko/maxactive04.stp index 9471fd21..9471fd21 100644..100755 --- a/testsuite/semko/maxactive04.stp +++ b/testsuite/semko/maxactive04.stp diff --git a/testsuite/semko/maxactive05.stp b/testsuite/semko/maxactive05.stp index bdc8a101..bdc8a101 100644..100755 --- a/testsuite/semko/maxactive05.stp +++ b/testsuite/semko/maxactive05.stp |