summaryrefslogtreecommitdiffstats
path: root/tapset/context.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/context.stp')
-rw-r--r--tapset/context.stp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tapset/context.stp b/tapset/context.stp
index 7efb6db7..39f1b640 100644
--- a/tapset/context.stp
+++ b/tapset/context.stp
@@ -16,6 +16,8 @@ function print_regs () %{
function print_backtrace () %{
if (CONTEXT->regs) {
_stp_stack_print(CONTEXT->regs, 1, CONTEXT->pi);
+ } else {
+ _stp_printf("Systemtap probe: %s\n", CONTEXT->probe_point);
}
%}