From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22413 invoked by alias); 14 Jun 2008 03:24:19 -0000 Received: (qmail 22371 invoked by uid 9586); 14 Jun 2008 03:24:18 -0000 Date: Sat, 14 Jun 2008 03:24:00 -0000 Message-ID: <20080614032418.22360.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-402-ge840252 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dcf2fef81c8e72c8f1947e28b049192730ab6d4d X-Git-Newrev: e8402528a3e3f77fa804904e875453039ed4abee 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: X-SW-Source: 2008-q2/txt/msg00118.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 e8402528a3e3f77fa804904e875453039ed4abee (commit) via 9d0808b420815955053cd503e9fc2ab1180f70b6 (commit) via 12363146250f7271a78c9d63be636605b4bccf61 (commit) via 4645fadb8c8a672a258e2c9af5dc804d08f8ecfa (commit) from dcf2fef81c8e72c8f1947e28b049192730ab6d4d (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 e8402528a3e3f77fa804904e875453039ed4abee Author: Josh Stone Date: Fri Jun 13 19:32:59 2008 -0700 Add 'pure' to embedded-C functions that deserve it commit 9d0808b420815955053cd503e9fc2ab1180f70b6 Author: Josh Stone Date: Fri Jun 13 19:24:49 2008 -0700 Reduce the number of actionremaining checks. The generated code now only checks the actionremaining count at control points and after executing a large sequence of statements. commit 12363146250f7271a78c9d63be636605b4bccf61 Author: Josh Stone Date: Fri Jun 13 14:06:18 2008 -0700 Minimize last_error checking. The old behavior was to check last_error all over the place, and if set, jump to the out-label. Now it's changed to just jump to the out-label directly after setting last_error. commit 4645fadb8c8a672a258e2c9af5dc804d08f8ecfa Author: Josh Stone Date: Thu Jun 12 17:14:05 2008 -0700 Tweak the configure script to play nice with Debian libs. ./configure now accepts --enable-staticdw, which alters the link settings so they work with static libdw. Tested on Ubuntu Hardy. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 8 ++ configure | 181 ++++++++++++++++++++++++++++++++++- configure.ac | 31 +++++-- tapset/ChangeLog | 6 + tapset/aux_syscalls.stp | 2 +- tapset/ctime.stp | 2 +- tapset/i686/registers.stp | 10 +- tapset/inet.stp | 12 +- tapset/memory.stp | 3 +- tapset/ppc64/registers.stp | 4 +- tapset/s390x/syscalls.stp | 2 +- tapset/x86_64/registers.stp | 8 +- translate.cxx | 220 ++++++++++++++++++------------------------ 13 files changed, 331 insertions(+), 158 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool