From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29653 invoked by alias); 9 Sep 2011 11:49:04 -0000 Received: (qmail 29626 invoked by uid 9112); 9 Sep 2011 11:49:03 -0000 Date: Fri, 09 Sep 2011 11:49:00 -0000 Message-ID: <20110909114903.29615.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-187-gc5dd019 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2fd2c46ca19c8d995d2376ab8ca1d3e62fb6f43e X-Git-Newrev: c5dd019eb82b84ecf5c08c9d13b8faf936536720 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-q3/txt/msg00247.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 c5dd019eb82b84ecf5c08c9d13b8faf936536720 (commit) from 2fd2c46ca19c8d995d2376ab8ca1d3e62fb6f43e (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 c5dd019eb82b84ecf5c08c9d13b8faf936536720 Author: Mark Wielaard Date: Fri Sep 9 13:46:45 2011 +0200 Fix systemtap.examples/process/syscalltimes script and add test. stap was a little too smart for the script, optimizing out unused variables and producing WARNINGS/ERRORS for deleted variables. Make all variable manipulation conditional on their actual usage, add -w to surpress warnings, add a new option -c 'process' to run during script invocation and add a meta testcase for the testsuite. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/process/syscalltimes | 23 ++++++++++++------- .../systemtap.examples/process/syscalltimes.meta | 13 +++++++++++ .../systemtap.examples/process/syscalltimes.txt | 3 +- 3 files changed, 29 insertions(+), 10 deletions(-) create mode 100644 testsuite/systemtap.examples/process/syscalltimes.meta hooks/post-receive -- systemtap: system-wide probe/trace tool