From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16563 invoked by alias); 15 May 2009 02:03:38 -0000 Received: (qmail 16267 invoked by uid 9586); 15 May 2009 02:03:37 -0000 Date: Fri, 15 May 2009 02:03:00 -0000 Message-ID: <20090515020337.16145.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-112-ge6f78c1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 01a419e428f33d115a72fa8eac1d808825d2cae5 X-Git-Newrev: e6f78c1fb041a7bc12d51649384397cd0874c190 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/msg00227.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 e6f78c1fb041a7bc12d51649384397cd0874c190 (commit) from 01a419e428f33d115a72fa8eac1d808825d2cae5 (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 e6f78c1fb041a7bc12d51649384397cd0874c190 Author: Josh Stone Date: Thu May 14 18:47:33 2009 -0700 [tracepoints] Print pointer arguments with %p We know the full type of every tracepoint argument, so for those that are pointers, print $$vars/$$parms using "%p". The integer-type arguments continue to use the generic "%#x". ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool