From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29432 invoked by alias); 8 May 2012 21:07:39 -0000 Received: (qmail 29382 invoked by uid 9156); 8 May 2012 21:07:38 -0000 Date: Tue, 08 May 2012 21:07:00 -0000 Message-ID: <20120508210738.29371.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-215-gb0f614a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5b2bc70bd7db920c50b90cea554ca93a02cdf0b2 X-Git-Newrev: b0f614a0087883d359f3376f32bd62dc06907bb0 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: 2012-q2/txt/msg00063.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 b0f614a0087883d359f3376f32bd62dc06907bb0 (commit) from 5b2bc70bd7db920c50b90cea554ca93a02cdf0b2 (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 b0f614a0087883d359f3376f32bd62dc06907bb0 Author: David Smith Date: Tue May 8 16:07:08 2012 -0500 Give good error messages for inodes uprobes registration errors. * translate.cxx (c_unparser::emit_module_init): Only print an error if 'probe_point' isn't NULL. * tapsets.cxx (uprobe_derived_probe_group::emit_module_inode_init): Let stapiu_init() handle reporting errors by setting 'probe_point' to NULL. * runtime/uprobes-inode.c (stapiu_get): Print errors when needed. (stapiu_reg): Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/uprobes-inode.c | 30 ++++++++++++++++++++++-------- tapsets.cxx | 3 +++ translate.cxx | 4 ++++ 3 files changed, 29 insertions(+), 8 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool