summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/parseok/fifteen.stp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/parseok/fifteen.stp b/testsuite/parseok/fifteen.stp
new file mode 100755
index 00000000..3597a2aa
--- /dev/null
+++ b/testsuite/parseok/fifteen.stp
@@ -0,0 +1,7 @@
+#! stap -p1
+
+/* the epilogue style alias definitions */
+probe syscall.read += kernel.function("sys_read") {
+fildes = $fd
+}
+