From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18304 invoked by alias); 5 Dec 2011 21:32:05 -0000 Received: (qmail 18259 invoked by uid 426); 5 Dec 2011 21:32:04 -0000 Date: Mon, 05 Dec 2011 21:32:00 -0000 Message-ID: <20111205213204.18248.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.6-547-g633e5ca X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 486382993772501dea282b0fb48fca9819c404e4 X-Git-Newrev: 633e5ca705294f484c8f2b543065614afac09901 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: 2011-q4/txt/msg00189.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 633e5ca705294f484c8f2b543065614afac09901 (commit) from 486382993772501dea282b0fb48fca9819c404e4 (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 633e5ca705294f484c8f2b543065614afac09901 Author: Frank Ch. Eigler Date: Mon Dec 5 16:28:57 2011 -0500 Add new --modinfo option. * session.cxx (parse_cmdline): Parse it. (usage): Note it. * session.h (modinfos): Store it. * hash.cxx (find_script_hash): Mix it. * translate.cxx (translate_pass): Use it. * testsuite/systemtap.base/modinfo.exp: Lightly test it. * NEWS, stap.1: Document it. ----------------------------------------------------------------------- Summary of changes: NEWS | 3 +++ hash.cxx | 4 ++++ session.cxx | 17 ++++++++++++++++- session.h | 3 ++- stap.1 | 5 +++++ testsuite/systemtap.base/modinfo.exp | 11 +++++++++++ translate.cxx | 10 ++++++++++ 7 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 testsuite/systemtap.base/modinfo.exp hooks/post-receive -- systemtap: system-wide probe/trace tool