From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22893 invoked by alias); 4 Nov 2009 03:07:32 -0000 Received: (qmail 22869 invoked by uid 9713); 4 Nov 2009 03:07:31 -0000 Date: Wed, 04 Nov 2009 03:07:00 -0000 Message-ID: <20091104030730.22857.qmail@sourceware.org> From: wenji@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-185-gc39cdd5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5807ac6473b47074cd90f93f5b1b3c3eb452fed9 X-Git-Newrev: c39cdd5565f718302057242bbfe50e71b69c4f4d 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-q4/txt/msg00085.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 c39cdd5565f718302057242bbfe50e71b69c4f4d (commit) from 5807ac6473b47074cd90f93f5b1b3c3eb452fed9 (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 c39cdd5565f718302057242bbfe50e71b69c4f4d Author: Wenji Huang Date: Wed Nov 4 10:58:58 2009 +0800 PR10466: print the set-intersection of variables retrieved from each branch * elaborate.h: Remove printargs and add getargs. * tapset-mark.cxx (mark_derived_probe): Ditto. * tapsets.cxx (dwarf_derived_probe,tracepoint_derived_probe): Ditto. * main.cxx (printscript): Make intersection before printing. ----------------------------------------------------------------------- Summary of changes: elaborate.h | 4 ++-- main.cxx | 46 +++++++++++++++++++++++++++++++++++----------- tapset-mark.cxx | 10 +++++----- tapsets.cxx | 20 +++++++++----------- 4 files changed, 51 insertions(+), 29 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool