summaryrefslogtreecommitdiffstats
path: root/testsuite/semok
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-08-20 14:41:38 -0400
committerDave Brolley <brolley@redhat.com>2008-08-20 14:41:38 -0400
commitdce882537b3a31d0b4fa2ebac0d4984ed6acd302 (patch)
tree7a740f602f05341e3022fd021435446152444336 /testsuite/semok
parent1598733bd611536ea7a708c161bc4bbfbf25569c (diff)
parentef4042bd5adb8062c31789a9786bf558f5f11e9e (diff)
downloadsystemtap-steved-dce882537b3a31d0b4fa2ebac0d4984ed6acd302.tar.gz
systemtap-steved-dce882537b3a31d0b4fa2ebac0d4984ed6acd302.tar.xz
systemtap-steved-dce882537b3a31d0b4fa2ebac0d4984ed6acd302.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/semok')
-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) }