From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16491 invoked by alias); 27 Jan 2009 16:43:15 -0000 Received: (qmail 16464 invoked by uid 9112); 27 Jan 2009 16:43:14 -0000 Date: Tue, 27 Jan 2009 16:43:00 -0000 Message-ID: <20090127164312.16450.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.8-226-gef91bdb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6f2e08530c527a072732d1792a092231d881647c X-Git-Newrev: ef91bdb61d3810da78a1730fc377f38a129998d6 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-q1/txt/msg00067.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 ef91bdb61d3810da78a1730fc377f38a129998d6 (commit) via 398a7882b05bded7f1d1116d4c06fe25aa7f5fea (commit) via d079c8a3bfbd22936e0ad435e8d5f6937b4cbd00 (commit) from 6f2e08530c527a072732d1792a092231d881647c (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 ef91bdb61d3810da78a1730fc377f38a129998d6 Author: Mark Wielaard Date: Tue Jan 27 17:42:48 2009 +0100 sdt.h (STAP_PROBE): Use "g", not "r", for asm args. commit 398a7882b05bded7f1d1116d4c06fe25aa7f5fea Author: Stan Cox Date: Tue Jan 27 17:39:44 2009 +0100 sdt.h (struct _probe_): Make probe_name a STAP_PROBE_STRUCT_ARG. commit d079c8a3bfbd22936e0ad435e8d5f6937b4cbd00 Author: Mark Wielaard Date: Tue Jan 27 17:35:13 2009 +0100 dtrace: Handle (absense of) -o argument correctly. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 ++++ dtrace | 14 +++++++------- runtime/ChangeLog | 8 ++++++++ runtime/sdt.h | 18 +++++++++--------- 4 files changed, 28 insertions(+), 16 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool