summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/maxactive04.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/maxactive04.stp')
-rw-r--r--testsuite/semko/maxactive04.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/semko/maxactive04.stp b/testsuite/semko/maxactive04.stp
new file mode 100644
index 00000000..9471fd21
--- /dev/null
+++ b/testsuite/semko/maxactive04.stp
@@ -0,0 +1,5 @@
+#! stap -p2
+
+probe kernel.function("sys_open").return.maxactive(-4)
+{
+}