]> sourceware.org Git - systemtap.git/commit
runtime: use stp_module ->path instead of abbreviated ->name in messages
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 17 Jan 2013 04:10:20 +0000 (23:10 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 17 Jan 2013 04:10:20 +0000 (23:10 -0500)
commit8ca8aa7d86da2dce42ba91bba63bdcc55dc351b1
treef7e16e22488b0b4d868daf0ce6608a05813e670b
parente90655235030b1f5a1c0f81ca056cb4f2a5b9f6a
runtime: use stp_module ->path instead of abbreviated ->name in messages

One problem is that ->name is ambiguous, e.g. if probe wildcards
expand to different path files, but with the same basename.  That
makes e.g. relocation or unwind dbug/diagnostic messages unclear.
So we switch over to using m->path as much as possible.
runtime/sym.c
runtime/sym.h
runtime/unwind.c
runtime/vma.c
This page took 0.026248 seconds and 5 git commands to generate.