From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28314 invoked by alias); 4 Jan 2011 22:12:30 -0000 Received: (qmail 28287 invoked by uid 440); 4 Jan 2011 22:12:29 -0000 Date: Tue, 04 Jan 2011 22:12:00 -0000 Message-ID: <20110104221229.28276.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-415-g4ab3a18 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4c0101752d33121d372a162ca05f79bc51aadb3f X-Git-Newrev: 4ab3a1863bf4f472acae7a809bf2b38d91658aa8 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-q1/txt/msg00000.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 4ab3a1863bf4f472acae7a809bf2b38d91658aa8 (commit) from 4c0101752d33121d372a162ca05f79bc51aadb3f (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 4ab3a1863bf4f472acae7a809bf2b38d91658aa8 Author: Stan Cox Date: Tue Jan 4 17:13:37 2011 -0500 Parenthesize probe arguments properly. * sdt-compat.h (STAP_CAST): Parenthesize. (STAP_PROBE{1,10}): Parenthisize kprobe arguments too. * sdt_misc.c (buz): Test probing a boolean expression. * sdt_misc.exp (sup_flags): Compile tests with -Wall -Werror * sdt_misc.stp (test_probe_1): New. * sdt_misc_.d (test_probe_1): New. * sdt_types.c (arr_struct, primary_colors_var): Only declare if needed. ----------------------------------------------------------------------- Summary of changes: sdt-compat.h | 46 ++++++++++++++++++++------------- testsuite/systemtap.base/sdt_misc.c | 15 ++++++++--- testsuite/systemtap.base/sdt_misc.exp | 21 ++++++++------ testsuite/systemtap.base/sdt_misc.stp | 12 ++++++++ testsuite/systemtap.base/sdt_misc_.d | 1 + testsuite/systemtap.base/sdt_types.c | 11 ++++--- 6 files changed, 70 insertions(+), 36 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool