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