summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/thirteen.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/thirteen.stp')
-rwxr-xr-xtestsuite/buildok/thirteen.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/buildok/thirteen.stp b/testsuite/buildok/thirteen.stp
new file mode 100755
index 00000000..1113913e
--- /dev/null
+++ b/testsuite/buildok/thirteen.stp
@@ -0,0 +1,6 @@
+#! stap -p4
+
+probe kernel.function("sys_read")
+{
+ log ("count=" . string($count))
+}