summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/buildok/eighteen.stp11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/buildok/eighteen.stp b/testsuite/buildok/eighteen.stp
new file mode 100755
index 00000000..4beda31a
--- /dev/null
+++ b/testsuite/buildok/eighteen.stp
@@ -0,0 +1,11 @@
+#! stap -p4
+
+# this tests access to parameters from prologue-end PC addresses which
+# land inside the scope of an inline instance; the functionality is
+# provided by searching the function's DIE rather than the by PC
+# proximity. (PR 1244)
+
+probe kernel.function("audit_getname@kernel/auditsc.c")
+{
+ log($name);
+}