diff options
Diffstat (limited to 'testsuite/semko/twentytwo.stp')
-rwxr-xr-x | testsuite/semko/twentytwo.stp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/semko/twentytwo.stp b/testsuite/semko/twentytwo.stp new file mode 100755 index 00000000..cb67c896 --- /dev/null +++ b/testsuite/semko/twentytwo.stp @@ -0,0 +1,8 @@ +#! stap -p4 + +# tests that a non-inline function is *not* matched using +# the inline() pattern + +probe kernel.inline("sys_recv") { + log ("found a non-inline via inline()") +} |