From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10011 invoked by alias); 13 Jan 2009 22:21:02 -0000 Received: (qmail 9987 invoked by uid 440); 13 Jan 2009 22:21:02 -0000 Date: Tue, 13 Jan 2009 22:21:00 -0000 Message-ID: <20090113222102.9976.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.8-198-gd294a64 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b899aa795f925edb7fad318d2e90bb9c3da90b24 X-Git-Newrev: d294a64913b810cbe067655e06ea46a0184f99dc 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/msg00031.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 d294a64913b810cbe067655e06ea46a0184f99dc (commit) from b899aa795f925edb7fad318d2e90bb9c3da90b24 (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 d294a64913b810cbe067655e06ea46a0184f99dc Author: Stan Cox Date: Tue Jan 13 17:20:37 2009 -0500 Add dtrace and sdt.h ----------------------------------------------------------------------- Summary of changes: dtrace | 35 +++++++++++++++ runtime/sdt.h | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 168 insertions(+), 0 deletions(-) create mode 100755 dtrace create mode 100644 runtime/sdt.h hooks/post-receive -- systemtap: system-wide probe/trace tool