From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27052 invoked by alias); 9 Jun 2008 18:33:01 -0000 Received: (qmail 27027 invoked by uid 440); 9 Jun 2008 18:33:00 -0000 Date: Mon, 09 Jun 2008 18:33:00 -0000 Message-ID: <20080609183300.27015.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-369-g1bd128a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 14cdaa0b0196d5ce8e45beae9f82de73e0c4a28d X-Git-Newrev: 1bd128a3bfbd8943cc42e497d91a426d4312f515 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/msg00092.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 1bd128a3bfbd8943cc42e497d91a426d4312f515 (commit) from 14cdaa0b0196d5ce8e45beae9f82de73e0c4a28d (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 1bd128a3bfbd8943cc42e497d91a426d4312f515 Author: Stan Cox Date: Mon Jun 9 14:31:02 2008 -0400 Add test and doc for kernel.statement relative line number. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 ++++ NEWS | 5 ++++ doc/langref.tex | 8 +++++- stapprobes.5.in | 10 ++++++- testsuite/ChangeLog | 5 ++++ testsuite/systemtap.base/stmt_rel.exp | 9 +++++++ testsuite/systemtap.base/stmt_rel.stp | 43 +++++++++++++++++++++++++++++++++ 7 files changed, 82 insertions(+), 3 deletions(-) create mode 100644 testsuite/systemtap.base/stmt_rel.exp create mode 100644 testsuite/systemtap.base/stmt_rel.stp hooks/post-receive -- systemtap: system-wide probe/trace tool