diff options
Diffstat (limited to 'testsuite/semko')
-rwxr-xr-x | testsuite/semko/thirtyfive.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semko/thirtyfive.stp b/testsuite/semko/thirtyfive.stp new file mode 100755 index 00000000..e54898af --- /dev/null +++ b/testsuite/semko/thirtyfive.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +probe foo.a = kernel.function("no_such_function")? { "alias a" } +probe foo.* { } |