From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29152 invoked by alias); 11 Feb 2009 17:21:04 -0000 Received: (qmail 29127 invoked by uid 9639); 11 Feb 2009 17:21:03 -0000 Date: Wed, 11 Feb 2009 17:21:00 -0000 Message-ID: <20090211172102.29113.qmail@sourceware.org> From: moore@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.8-338-gbbc46bf X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 89dd03e34c2f890e9fbb065c74a60036aa480827 X-Git-Newrev: bbc46bf643491173b9086907cf0820b3fd2c1fe3 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/msg00142.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 bbc46bf643491173b9086907cf0820b3fd2c1fe3 (commit) from 89dd03e34c2f890e9fbb065c74a60036aa480827 (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 bbc46bf643491173b9086907cf0820b3fd2c1fe3 Author: Tim Moore Date: Mon Feb 2 15:58:53 2009 +0100 Use kernel stack backtrace support when available Define new functions that use the kernel support to do a backtrace of other tasks than current. ----------------------------------------------------------------------- Summary of changes: runtime/ChangeLog | 9 ++ runtime/stack-i386.c | 2 + runtime/stack-x86_64.c | 6 ++ runtime/stack.c | 87 ++++++++++++++++++++ testsuite/ChangeLog | 4 + .../systemtap.examples/profiling/latencytap.stp | 7 +- 6 files changed, 113 insertions(+), 2 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool