diff options
Diffstat (limited to 'testsuite/semko/thirtythree.stp')
-rwxr-xr-x | testsuite/semko/thirtythree.stp | 5 |
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") {} |