summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
Diffstat (limited to 'tapset')
-rw-r--r--tapset/context.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tapset/context.stp b/tapset/context.stp
index 4d801956..3e776547 100644
--- a/tapset/context.stp
+++ b/tapset/context.stp
@@ -88,3 +88,7 @@ function print_stack(stk:string) %{
tok = strsep(&ptr, " ");
}
%}
+
+function pp:string () %{
+ strlcpy (THIS->__retvalue, CONTEXT->probe_point, MAXSTRINGLEN);
+%}