diff options
Diffstat (limited to 'testsuite/semok/thirtyfive.stp')
-rwxr-xr-x | testsuite/semok/thirtyfive.stp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/semok/thirtyfive.stp b/testsuite/semok/thirtyfive.stp new file mode 100755 index 00000000..325c90fb --- /dev/null +++ b/testsuite/semok/thirtyfive.stp @@ -0,0 +1,8 @@ +#! stap -p2 + +// PR11208 +probe kernel.function("sys""_""open") {} +probe kernel.function("sys" "_" "close") {} +probe kernel.function("p" + "a" "n" "i" + "c") {} |