summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/semko/thirtythree.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/semko/thirtythree.stp b/testsuite/semko/thirtythree.stp
new file mode 100755
index 00000000..36b997c8
--- /dev/null
+++ b/testsuite/semko/thirtythree.stp
@@ -0,0 +1,5 @@
+#! stap -p2
+
+// should fail since all these functions are blacklisted
+probe kernel.function("do_IRQ") {}
+probe kernel.function("*@*/kprobes.c") {}