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