summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/procfs15.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/procfs15.stp')
-rwxr-xr-xtestsuite/semko/procfs15.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semko/procfs15.stp b/testsuite/semko/procfs15.stp
new file mode 100755
index 00000000..06594c50
--- /dev/null
+++ b/testsuite/semko/procfs15.stp
@@ -0,0 +1,4 @@
+#! stap -p2
+
+# use -1 as a maxsize value
+probe procfs("foo").read.maxsize(-1) { $value = "foo" }