summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/thirtytwo.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/thirtytwo.stp')
-rwxr-xr-xtestsuite/semok/thirtytwo.stp5
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) }