This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-215-gb0f614a


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 <dsmith@redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]