From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19150 invoked by alias); 9 Dec 2009 15:56:40 -0000 Received: (qmail 19123 invoked by uid 440); 9 Dec 2009 15:56:39 -0000 Date: Wed, 09 Dec 2009 15:56:00 -0000 Message-ID: <20091209155636.19107.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-341-g3a31e70 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f4ba7c13533b7e99edd0e66a0f6ccd6c0f55ec38 X-Git-Newrev: 3a31e709a19d469c217cc1b65f9f1d6b2ee51ffb 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-q4/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 3a31e709a19d469c217cc1b65f9f1d6b2ee51ffb (commit) from f4ba7c13533b7e99edd0e66a0f6ccd6c0f55ec38 (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 3a31e709a19d469c217cc1b65f9f1d6b2ee51ffb Author: Stan Cox Date: Wed Dec 9 10:57:36 2009 -0500 Handle .probes section big endian 32 bit case. sdt.h (STAP_PROBE_ADDR): Add 32 bit big endian case. (STAP_PROBE_DATA_): Use .balign tapsets.cxx (sdt_query::get_next_probe): Stop if there is no probe name. ----------------------------------------------------------------------- Summary of changes: includes/sys/sdt.h | 18 ++++++++++-------- tapsets.cxx | 10 +++++++++- 2 files changed, 19 insertions(+), 9 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool