From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12149 invoked by alias); 29 Jun 2010 14:39:11 -0000 Received: (qmail 12124 invoked by uid 9112); 29 Jun 2010 14:39:10 -0000 Date: Tue, 29 Jun 2010 14:39:00 -0000 Message-ID: <20100629143910.12113.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-365-g82ea0c9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b3c857f19a8fab9067adee7374bd8a2c7377d160 X-Git-Newrev: 82ea0c96760eba1a1f521c007b9353e7e568906b Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q2/txt/msg00253.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 82ea0c96760eba1a1f521c007b9353e7e568906b (commit) from b3c857f19a8fab9067adee7374bd8a2c7377d160 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 82ea0c96760eba1a1f521c007b9353e7e568906b Author: Mark Wielaard Date: Tue Jun 29 16:16:02 2010 +0200 PR10599 Always print modname when available (and requested). * runtime/sym.c (_stp_umod_lookup): Also return vm_end if available. (_stp_kallsyms_lookup): Don't try to handle 32bit-on-64bit signedness, _stp_umod_lookup already does. If available return modname, size and offset. (_stp_print_addr): Always print modname when available (and requested). (_stp_symbol_snprint): Likewise. * runtime/unwind.c (unwind): Adjust _stp_umod_lookup call. * tapset/ucontext.stp (umodname): Likewise. ----------------------------------------------------------------------- Summary of changes: runtime/sym.c | 63 +++++++++++++++++++++++++++++++++++++------------- runtime/unwind.c | 2 +- tapset/ucontext.stp | 2 +- 3 files changed, 48 insertions(+), 19 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool