summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/transok/ten.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/transok/ten.stp b/testsuite/transok/ten.stp
new file mode 100755
index 00000000..3adf6840
--- /dev/null
+++ b/testsuite/transok/ten.stp
@@ -0,0 +1,8 @@
+#! stap -p3
+
+probe kernel.function("dentry_open")
+{
+ $dentry # is a void pointer
+}
+
+