summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/gurufunc.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/gurufunc.stp')
-rwxr-xr-xtestsuite/semok/gurufunc.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semok/gurufunc.stp b/testsuite/semok/gurufunc.stp
new file mode 100755
index 00000000..0801ba0e
--- /dev/null
+++ b/testsuite/semok/gurufunc.stp
@@ -0,0 +1,4 @@
+#! stap -gup2
+
+# set_kernel_long should only be allowed with -g
+probe begin { set_kernel_long(0, 0) }