From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8930 invoked by alias); 12 Oct 2011 15:16:08 -0000 Received: (qmail 8902 invoked by uid 9112); 12 Oct 2011 15:16:07 -0000 Date: Wed, 12 Oct 2011 15:16:00 -0000 Message-ID: <20111012151607.8890.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-300-gc997055 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9a1917ff9ec2165c896437e4bcab61d5c7dfd0fd X-Git-Newrev: c99705558ffab82363ecbf0d1094fdf5ff4d5c94 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-q4/txt/msg00021.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 c99705558ffab82363ecbf0d1094fdf5ff4d5c94 (commit) from 9a1917ff9ec2165c896437e4bcab61d5c7dfd0fd (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 c99705558ffab82363ecbf0d1094fdf5ff4d5c94 Author: Mark Wielaard Date: Wed Oct 12 12:53:30 2011 +0200 Split translate dump_unwindsyms in separate collection/dump phases. Untangle separate module data collection. First collect all information, build-ids, symbols, unwind tables, etc. Put all collected info in the unwindsym_dump_context. Then dump it all out using the context. ----------------------------------------------------------------------- Summary of changes: translate.cxx | 289 +++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 201 insertions(+), 88 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool