From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12425 invoked by alias); 9 Aug 2008 17:59:48 -0000 Received: (qmail 12401 invoked by uid 426); 9 Aug 2008 17:59:48 -0000 Date: Sat, 09 Aug 2008 17:59:00 -0000 Message-ID: <20080809175948.12390.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, pr4225, updated. release-0.7-54-gd0a7f5a X-Git-Refname: refs/heads/pr4225 X-Git-Reftype: branch X-Git-Oldrev: 12a7f85b2dd19fbfa34c81f6cba15015a8a2723d X-Git-Newrev: d0a7f5a99a13b1aa347ccb11bd63a1ce50b84979 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-q3/txt/msg00116.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, pr4225 has been updated via d0a7f5a99a13b1aa347ccb11bd63a1ce50b84979 (commit) via d9736de16f58966ff0fd7f9e7391d6beba8d7366 (commit) from 12a7f85b2dd19fbfa34c81f6cba15015a8a2723d (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 d0a7f5a99a13b1aa347ccb11bd63a1ce50b84979 Author: Frank Ch. Eigler Date: Sat Aug 9 13:59:44 2008 -0400 PR4225 and PR6826: expand & canonicalize executable path names process probes commit d9736de16f58966ff0fd7f9e7391d6beba8d7366 Author: Frank Ch. Eigler Date: Sat Aug 9 12:09:01 2008 -0400 prep find_executable() for use by process() probes ----------------------------------------------------------------------- Summary of changes: ChangeLog | 13 ++++++ hash.cxx | 16 +++---- main.cxx | 25 +++--------- tapsets.cxx | 120 ++++++++++++++++++++++++++--------------------------------- util.cxx | 85 +++++++++++++++++++++++++---------------- util.h | 2 +- 6 files changed, 132 insertions(+), 129 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool