summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorJim Keniston <jkenisto@us.ibm.com>2008-09-26 12:03:43 -0700
committerJim Keniston <jkenisto@us.ibm.com>2008-09-26 12:03:43 -0700
commitdf0ceff0663d0e85c3bf5d5e13b5681b54851856 (patch)
tree969a997648d626cc31f41e784f3777bdcab4f104 /testsuite
parent553987ef137f6d80b6133a97864942f865e60ece (diff)
parent80b4ad8b10c4a27d50bc420e44e77961c9638daf (diff)
downloadsystemtap-steved-df0ceff0663d0e85c3bf5d5e13b5681b54851856.tar.gz
systemtap-steved-df0ceff0663d0e85c3bf5d5e13b5681b54851856.tar.xz
systemtap-steved-df0ceff0663d0e85c3bf5d5e13b5681b54851856.zip
Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite')
-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)
+}