From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11022 invoked by alias); 18 Mar 2010 21:04:19 -0000 Received: (qmail 10189 invoked by uid 426); 18 Mar 2010 21:04:15 -0000 Date: Thu, 18 Mar 2010 21:04:00 -0000 Message-ID: <20100318210412.9632.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.1-248-gf33e915 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8496536f6ede3308e0d1cc6f1219e76ca262f1c0 X-Git-Newrev: f33e91514d142459cea02bd81effb2b5dc3051ec 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: 2010-q1/txt/msg00243.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 f33e91514d142459cea02bd81effb2b5dc3051ec (commit) via cc7c5c9ffb0cd9d2961ada9faa8e9f270b9e04b4 (commit) from 8496536f6ede3308e0d1cc6f1219e76ca262f1c0 (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 f33e91514d142459cea02bd81effb2b5dc3051ec Author: Frank Ch. Eigler Date: Thu Mar 18 17:03:48 2010 -0400 PR909: baby documentation for perf.* probes commit cc7c5c9ffb0cd9d2961ada9faa8e9f270b9e04b4 Author: Frank Ch. Eigler Date: Thu Mar 18 16:39:32 2010 -0400 optimizer diagnostics: identify taken branch of optimizations * elaborate.cxx (const_folder::visit_if_statement, visit_binary_expression, visit_ternary_expression): Print constant value in -vvv diagnostics. ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 - NEWS | 6 +++++ elaborate.cxx | 6 ++-- man/tapset::perf.3stap | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ stapprobes.3stap.in | 27 ++++++++++++++++++++++ 5 files changed, 94 insertions(+), 4 deletions(-) create mode 100644 man/tapset::perf.3stap hooks/post-receive -- systemtap: system-wide probe/trace tool