From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5826 invoked by alias); 7 Oct 2011 11:19:43 -0000 Received: (qmail 5794 invoked by uid 9112); 7 Oct 2011 11:19:41 -0000 Date: Fri, 07 Oct 2011 11:19:00 -0000 Message-ID: <20111007111941.5783.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-281-g898000a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0da35eae7b0cb6ba0e4541eea7a77d1efa50a5be X-Git-Newrev: 898000ace6a5a03ffb7a129b8291cf7f58c4fb26 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/msg00011.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 898000ace6a5a03ffb7a129b8291cf7f58c4fb26 (commit) via d4bcacdd141570a258690d65cc0e20a42621306d (commit) via 454f1f9e4de564760207302366bfbf8e60375383 (commit) from 0da35eae7b0cb6ba0e4541eea7a77d1efa50a5be (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 898000ace6a5a03ffb7a129b8291cf7f58c4fb26 Merge: d4bcacd 0da35ea Author: Mark Wielaard Date: Fri Oct 7 13:18:33 2011 +0200 Merge branch 'master' of ssh://sourceware.org/git/systemtap commit d4bcacdd141570a258690d65cc0e20a42621306d Author: Mark Wielaard Date: Fri Oct 7 11:54:39 2011 +0200 Enable dwarf unwinder for ppc64. commit 454f1f9e4de564760207302366bfbf8e60375383 Author: Mark Wielaard Date: Fri Oct 7 11:51:06 2011 +0200 Always remove prefix '.' when _stp_snprint_addr() human readable symname. Some arches prefix some symbol names with '.', to make symbol names as presented in human readable form consistent across arches always remove them when printing them with _stp_snprint_addr. Remove special casing in context-symbols.stp probefunc(). ----------------------------------------------------------------------- Summary of changes: runtime/runtime.h | 6 +- runtime/sym.c | 5 ++- runtime/unwind/ppc64.h | 97 ++++++++++++++++++++++++++++++++++++++++++++ runtime/unwind/unwind.h | 2 + tapset/context-symbols.stp | 3 - 5 files changed, 106 insertions(+), 7 deletions(-) create mode 100644 runtime/unwind/ppc64.h hooks/post-receive -- systemtap: system-wide probe/trace tool