summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/twentytwo.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/twentytwo.stp')
-rwxr-xr-xtestsuite/semko/twentytwo.stp8
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()")
+}