From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19500 invoked by alias); 8 Apr 2009 09:36:14 -0000 Received: (qmail 19463 invoked by uid 9112); 8 Apr 2009 09:36:12 -0000 Date: Wed, 08 Apr 2009 09:36:00 -0000 Message-ID: <20090408093612.19449.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.5-97-g07cee54 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a7f1270e24a77ab8338604ab14ee928a421f89a0 X-Git-Newrev: 07cee54d6fb720d4300972aaff9300ac8028c88d 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-q2/txt/msg00048.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 07cee54d6fb720d4300972aaff9300ac8028c88d (commit) via 48cde708db9e1662047def94c2dfd7ffe28aa765 (commit) from a7f1270e24a77ab8338604ab14ee928a421f89a0 (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 07cee54d6fb720d4300972aaff9300ac8028c88d Author: Mark Wielaard Date: Wed Apr 8 11:11:34 2009 +0200 Use _stp_snprintf in _stp_symbol_snprint. * runtime/sym.c (_stp_symbol_snprint): Use _stp_snprintf, no _stp_printf. commit 48cde708db9e1662047def94c2dfd7ffe28aa765 Author: Mark Wielaard Date: Wed Apr 8 10:59:27 2009 +0200 Add uaddr() context tapset function. * tapset/context.stp (uaddr): New sfunction. * testsuite/buildok/uaddr.stp: New test. ----------------------------------------------------------------------- Summary of changes: runtime/sym.c | 4 ++-- tapset/context.stp | 25 +++++++++++++++++++++++++ testsuite/buildok/uaddr.stp | 8 ++++++++ 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100755 testsuite/buildok/uaddr.stp hooks/post-receive -- systemtap: system-wide probe/trace tool