summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/thirtytwo.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/thirtytwo.stp')
-rwxr-xr-xtestsuite/semko/thirtytwo.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semko/thirtytwo.stp b/testsuite/semko/thirtytwo.stp
new file mode 100755
index 00000000..f2fae56d
--- /dev/null
+++ b/testsuite/semko/thirtytwo.stp
@@ -0,0 +1,4 @@
+#! stap -p2
+
+// should fail since init_setup should be skipped because it is in .init.text
+probe kernel.function("init_setup") { }