From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27663 invoked by alias); 21 Oct 2010 21:52:48 -0000 Received: (qmail 27629 invoked by uid 426); 21 Oct 2010 21:52:47 -0000 Date: Thu, 21 Oct 2010 21:52:00 -0000 Message-ID: <20101021215247.27618.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-231-gc480f65 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1c5135196602f03ef38878eccbf00fe8ca280891 X-Git-Newrev: c480f651af6348c80a27db7aa28023dfa11c08d4 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: 2010-q4/txt/msg00035.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 c480f651af6348c80a27db7aa28023dfa11c08d4 (commit) via 7977a7344db2784e7ebdfc6270e698692e6147a1 (commit) via 82f0e81bb367c36b23936687757176ab52a6443c (commit) via c3c5e2eb60ffc4755e1b9e2cbe97b7c0d21b213f (commit) via 37001baa242b81ee72d013e0acc577b6ff0d05d8 (commit) via c0c7b4663d0a2bdc96334d656beb12ec6d21aa6f (commit) via c05365e6d22512af9deb45197ccf82e9b7085a83 (commit) from 1c5135196602f03ef38878eccbf00fe8ca280891 (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 c480f651af6348c80a27db7aa28023dfa11c08d4 Author: Frank Ch. Eigler Date: Thu Oct 21 17:52:27 2010 -0400 PR6456: NEWS blurb tweak commit 7977a7344db2784e7ebdfc6270e698692e6147a1 Author: Frank Ch. Eigler Date: Thu Oct 21 17:46:50 2010 -0400 PR6456: use an "any" interpretation for process-wildcard probe matches * tapsets.cxx (dwarf_builder::build): Canonicalize & optionalize glob-matched filenames. * staptree.cxx (probe::probe): New copy constructor for unusual derivation. * staptree.h: Corresponding changes. * main.cxx (printscript): Print full derivation chain for high verbosity. * testsuite/systemtap.base/prcwildcard.exp: New test. commit 82f0e81bb367c36b23936687757176ab52a6443c Author: Frank Ch. Eigler Date: Thu Oct 21 17:46:12 2010 -0400 PR6456: documentation commit c3c5e2eb60ffc4755e1b9e2cbe97b7c0d21b213f Author: Frank Ch. Eigler Date: Tue Sep 28 19:22:02 2010 -0400 NEWS: mention process("*") wildcards; tighten up other text commit 37001baa242b81ee72d013e0acc577b6ff0d05d8 Author: Frank Ch. Eigler Date: Tue Sep 28 16:05:34 2010 -0400 PR6456: support wildcards in process("/bin/*") probes * tapsets.cxx (dwarf_builder::build): For process probes, detect and expand glob patterns via synthetic aliases. * util.* (contains_glob_chars): New function. * tapsets.cxx (tracepoint_builder::init_dw): Throw error if glob(3) failed. commit c0c7b4663d0a2bdc96334d656beb12ec6d21aa6f Author: Frank Ch. Eigler Date: Tue Sep 28 16:04:59 2010 -0400 add blurb explaining limited mode of isglob()/isdoubleglob() commit c05365e6d22512af9deb45197ccf82e9b7085a83 Author: Frank Ch. Eigler Date: Tue Sep 28 16:04:08 2010 -0400 rpm-finder: produce suppressible WARNINGs instead of direct cerr messages. ----------------------------------------------------------------------- Summary of changes: NEWS | 22 +++------- elaborate.cxx | 7 +++ main.cxx | 4 +- rpm_finder.cxx | 2 +- stapprobes.3stap | 48 +++++++++++++-------- staptree.cxx | 18 +++++++- staptree.h | 2 + tapsets.cxx | 70 ++++++++++++++++++++++++++++++ testsuite/systemtap.base/prcwildcard.exp | 24 ++++++++++ util.cxx | 7 +++ util.h | 1 + 11 files changed, 167 insertions(+), 38 deletions(-) create mode 100644 testsuite/systemtap.base/prcwildcard.exp hooks/post-receive -- systemtap: system-wide probe/trace tool