From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31295 invoked by alias); 10 Jun 2009 00:08:49 -0000 Received: (qmail 31267 invoked by uid 9586); 10 Jun 2009 00:08:48 -0000 Date: Wed, 10 Jun 2009 00:08:00 -0000 Message-ID: <20090610000848.31256.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-207-ga8ec771 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 89b6b8cf55d6f74f5a93d098d6d5410e5981af5f X-Git-Newrev: a8ec77194e89a8e685c7f44260be75a632254eaa 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-q2/txt/msg00296.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 a8ec77194e89a8e685c7f44260be75a632254eaa (commit) via 59d00eb0920ca89f67704e0f0bf0aa3074abb328 (commit) via 9f02b156fd0b57a57f8d4985cdd2902a6ee920cb (commit) via 18247b09c99a85b7600abfca48a21818a78a9e97 (commit) via 3e1e31fbbbd19b9175b2fd0ed74e5e0dc7ba2673 (commit) from 89b6b8cf55d6f74f5a93d098d6d5410e5981af5f (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 a8ec77194e89a8e685c7f44260be75a632254eaa Author: Josh Stone Date: Tue Jun 9 17:04:40 2009 -0700 Add bounds-checking to sdt $argN commit 59d00eb0920ca89f67704e0f0bf0aa3074abb328 Author: Josh Stone Date: Tue Jun 9 16:47:17 2009 -0700 Remove probe_table's unused location member commit 9f02b156fd0b57a57f8d4985cdd2902a6ee920cb Author: Josh Stone Date: Tue Jun 9 16:41:30 2009 -0700 Remove sdt_var_expanding_visitor's now-unused dw commit 18247b09c99a85b7600abfca48a21818a78a9e97 Author: Josh Stone Date: Tue Jun 9 16:37:14 2009 -0700 Remove the spurious sdt @cast expansion The result of sdt's private @cast expansion was not being used, and it's not really needed anyway. The global cast visitor is registered to run as a post-processing step on ALL functions and probes, and so it will pick up and expand sdt's casts too. commit 3e1e31fbbbd19b9175b2fd0ed74e5e0dc7ba2673 Author: Josh Stone Date: Tue Jun 9 16:34:38 2009 -0700 Simplify process.mark parameter parsing This just makes it so the parameters only need to be checked and pulled out once. ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 44 ++++++++++++++++++++------------------------ 1 files changed, 20 insertions(+), 24 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool