From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30684 invoked by alias); 8 Oct 2009 13:59:24 -0000 Received: (qmail 30658 invoked by uid 426); 8 Oct 2009 13:59:24 -0000 Date: Thu, 08 Oct 2009 13:59:00 -0000 Message-ID: <20091008135924.30647.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.0-74-g561079c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e4cf148d68fe01b680856ad39739faf99bfc29b4 X-Git-Newrev: 561079c8601d7ded6fe958b4cec3d0f7aec1ee63 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/msg00022.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 561079c8601d7ded6fe958b4cec3d0f7aec1ee63 (commit) from e4cf148d68fe01b680856ad39739faf99bfc29b4 (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 561079c8601d7ded6fe958b4cec3d0f7aec1ee63 Author: Frank Ch. Eigler Date: Thu Oct 8 09:57:43 2009 -0400 PR10702: preprocessor conditional for kernel CONFIG_foo * session.h (kernel_config[]): New session field. * main.cxx (parse_kernel_config): Populate it. * parse.cxx (eval_comparison): Use it. * testsuite/buildok/utrace.stp, testsuite/parseok/kconfig.stp: New tests. * NEWS, stap.1.in, doc/langref.tex: Mention it. ----------------------------------------------------------------------- Summary of changes: NEWS | 3 +++ doc/langref.tex | 11 +++++++++++ main.cxx | 32 +++++++++++++++++++++++++++++--- parse.cxx | 23 ++++++++++++++++++++--- session.h | 1 + stap.1.in | 11 ++++++++++- testsuite/buildok/utrace.stp | 3 +++ testsuite/parseok/kconfig.stp | 3 +++ 8 files changed, 80 insertions(+), 7 deletions(-) create mode 100755 testsuite/buildok/utrace.stp create mode 100755 testsuite/parseok/kconfig.stp hooks/post-receive -- systemtap: system-wide probe/trace tool