From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9493 invoked by alias); 14 Sep 2010 21:47:13 -0000 Received: (qmail 9469 invoked by uid 678); 14 Sep 2010 21:47:12 -0000 Date: Tue, 14 Sep 2010 21:47:00 -0000 Message-ID: <20100914214712.9458.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-125-g4906024 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 40fe32e02cb8ed428d5a0e35b496445cce0de8e8 X-Git-Newrev: 49060244317a9dff7388aaa540af7c9904a59a82 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: 2010-q3/txt/msg00201.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 49060244317a9dff7388aaa540af7c9904a59a82 (commit) from 40fe32e02cb8ed428d5a0e35b496445cce0de8e8 (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 49060244317a9dff7388aaa540af7c9904a59a82 Author: William Cohen Date: Tue Sep 14 17:39:55 2010 -0400 Use decimal output for automatic printing of global aggregates Previously, the automatic printing of global aggregates was hexidecimal. Most people find it more convenient to look at this information in decimal form. Thus, the output is now decimal based. If one really needs or wants the old behavior a --compatible=1.3 option can be added to the command line. ----------------------------------------------------------------------- Summary of changes: elaborate.cxx | 10 ++++++++-- testsuite/systemtap.base/global_end.exp | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool