From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5285 invoked by alias); 11 Aug 2011 16:55:09 -0000 Received: (qmail 5251 invoked by uid 9112); 11 Aug 2011 16:55:05 -0000 Date: Thu, 11 Aug 2011 16:55:00 -0000 Message-ID: <20110811165504.5239.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.6-84-g8af41ec X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5738a9825160b4fdc76882d30578c4ae06c058f5 X-Git-Newrev: 8af41ec2646fb9fa30ee95eb27dff626be11b1dc 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: 2011-q3/txt/msg00161.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 8af41ec2646fb9fa30ee95eb27dff626be11b1dc (commit) from 5738a9825160b4fdc76882d30578c4ae06c058f5 (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 8af41ec2646fb9fa30ee95eb27dff626be11b1dc Author: Mark Wielaard Date: Thu Aug 11 18:53:01 2011 +0200 Be more explicit about when the session needs symbol data. pragma:symbols. Introduce /* pragma:symbols */ which is added to those tapset functions that use print_addr or print_stack with symbol resolving. Now we no longer have to output the symbol tables at translate time if unnecessary. Although we could do even less work (see the new comment in translate.cxx). ----------------------------------------------------------------------- Summary of changes: elaborate.cxx | 17 +++++++++++++---- session.cxx | 2 ++ session.h | 1 + tapset/context-symbols.stp | 17 ++++++----------- tapset/context-unwind.stp | 11 ++++------- tapset/ucontext-symbols.stp | 14 ++++---------- tapset/ucontext-unwind.stp | 12 +++--------- translate.cxx | 31 +++++++++++++++++++------------ 8 files changed, 52 insertions(+), 53 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool