summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/thirtythree.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/thirtythree.stp')
-rwxr-xr-xtestsuite/semok/thirtythree.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/semok/thirtythree.stp b/testsuite/semok/thirtythree.stp
new file mode 100755
index 00000000..d5171f66
--- /dev/null
+++ b/testsuite/semok/thirtythree.stp
@@ -0,0 +1,5 @@
+#! stap -p2
+# Per bz3016, this should get through the semantic pass without warnings.
+probe kernel.function("do_mpage_readpage") {
+ printf("\n page ->inuse %u",$page->inuse)
+}