From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13504 invoked by alias); 15 Mar 2009 18:58:53 -0000 Received: (qmail 13481 invoked by uid 9112); 15 Mar 2009 18:58:52 -0000 Date: Sun, 15 Mar 2009 18:58:00 -0000 Message-ID: <20090315185852.13470.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9-119-gbb64f40 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 20f933f0749322bc9787cc1972698a7aeffb08df X-Git-Newrev: bb64f40b58a64a9ae065dba5058463ac604c3896 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: 2009-q1/txt/msg00266.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 bb64f40b58a64a9ae065dba5058463ac604c3896 (commit) from 20f933f0749322bc9787cc1972698a7aeffb08df (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 bb64f40b58a64a9ae065dba5058463ac604c3896 Author: Mark Wielaard Date: Sun Mar 15 15:29:01 2009 +0100 Move vma module tracking from pr6866 branch to master. * tapsets.cxx (utrace_derived_probe_group::emit_module_decls): Always emit vm callback probe for __stp_tf_vm_cb. * runtime/task_finder.c (__stp_tf_vm_cb): Always expose, move _stp_dbug statements under ifdef DEBUG_TASK_FINDER_VMA. Find and record corresponding module when vm_path not NULL. * runtime/task_finder_vma.c (struct __stp_tf_vma_entry): Add _stp_module. (stap_add_vma_map_info): Add _stp_module argument and assign. (__stp_tf_get_vma_entry_addr): New static function to get the __stp_tf_vma_entry given an address. ----------------------------------------------------------------------- Summary of changes: runtime/task_finder.c | 22 ++++++++++++++++------ runtime/task_finder_vma.c | 30 +++++++++++++++++++++++++++++- tapsets.cxx | 4 ---- 3 files changed, 45 insertions(+), 11 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool