From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7673 invoked by alias); 20 Oct 2011 11:45:56 -0000 Received: (qmail 7640 invoked by uid 9112); 20 Oct 2011 11:45:55 -0000 Date: Thu, 20 Oct 2011 11:45:00 -0000 Message-ID: <20111020114555.7628.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-336-g0542632 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c39994236302a48f4417d575c5a41989452aaaaa X-Git-Newrev: 0542632f435d2f0657c3849155fe12d8ab0ce8a4 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/msg00047.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 0542632f435d2f0657c3849155fe12d8ab0ce8a4 (commit) via 5e2b1d49ff8460145c1a7d58f9da65f4635373db (commit) via b0209e91577f4d026172c67ab4dc561425fc21fa (commit) via f943c2ed810b30b6c50941990e91a97774eb49d9 (commit) from c39994236302a48f4417d575c5a41989452aaaaa (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 0542632f435d2f0657c3849155fe12d8ab0ce8a4 Author: Mark Wielaard Date: Thu Oct 20 13:44:07 2011 +0200 testsuite/systemtap.exelib allow any libc function to occur as start_func. On some arches some libc startup function don't have a starting _. e.g. on powerpc there is generic_start_main(). commit 5e2b1d49ff8460145c1a7d58f9da65f4635373db Author: Mark Wielaard Date: Thu Oct 20 13:38:31 2011 +0200 Disable uregs recovery through kernel dwarf unwinder for powerpc. Sadly powerpc does support the dwarf unwinder, but doesn't have enough CFI in the kernel to recover fully to user space. commit b0209e91577f4d026172c67ab4dc561425fc21fa Author: Mark Wielaard Date: Thu Oct 20 13:06:54 2011 +0200 Don't try to do any lookup when addr is zero in _stp_kallsyms_lookup(). commit f943c2ed810b30b6c50941990e91a97774eb49d9 Author: Mark Wielaard Date: Thu Oct 20 13:00:27 2011 +0200 Remove unused runtime/stack-ppc.c. ----------------------------------------------------------------------- Summary of changes: runtime/stack-ppc.c | 76 ---------------------- runtime/stack.c | 7 +- runtime/sym.c | 3 + testsuite/systemtap.exelib/libmarkunamestack.tcl | 1 + testsuite/systemtap.exelib/ustack.tcl | 1 + 5 files changed, 9 insertions(+), 79 deletions(-) delete mode 100644 runtime/stack-ppc.c hooks/post-receive -- systemtap: system-wide probe/trace tool