diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/semok/thirtytwo.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/semok/thirtytwo.stp b/testsuite/semok/thirtytwo.stp new file mode 100755 index 00000000..2a69b8cd --- /dev/null +++ b/testsuite/semok/thirtytwo.stp @@ -0,0 +1,5 @@ +#! stap -p2 + +# PR 6836 + +probe kernel.function("sys_open").return { log($$return . $$parms) } |