summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/maxactive01.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/maxactive01.stp')
-rwxr-xr-xtestsuite/semko/maxactive01.stp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/semko/maxactive01.stp b/testsuite/semko/maxactive01.stp
new file mode 100755
index 00000000..58851970
--- /dev/null
+++ b/testsuite/semko/maxactive01.stp
@@ -0,0 +1,7 @@
+#!./stap -p2
+
+# maxactive not on a return probe
+
+probe kernel.function("*").maxactive(3)
+{
+}