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-0.9.9-165-g36ef6d6


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  36ef6d6a310d7a4a35a3c505d041e9fbd11125fa (commit)
       via  b6921d5942950cb988318c36ee0e0792311f1ccc (commit)
      from  73812da575ff92ea388c8bb16e42a9c5aaa6ee20 (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 36ef6d6a310d7a4a35a3c505d041e9fbd11125fa
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Aug 21 16:00:27 2009 -0400

    PR10544: clean up stap child process error handling
    
    * util.cxx (stap_system): Take extra verbosity value.  Standardize
      error handling / tracing.
    * util.h: Corresponding changes.
    * buildrun.cxx, main.cxx, modsign.cxx: Update callers.

commit b6921d5942950cb988318c36ee0e0792311f1ccc
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Aug 21 13:29:50 2009 -0400

    cleanup: rename task_finder_target->pathname -> procname
    
    The previous name made it easy to misread the purpose of this
    field.  It is only for matching executable names, not for
    shared libraries.
    
    * runtime/task_finder.c (task_finder_target): Rename field.
      (*): Adjust.
    * tapset-itrace.cxx, tapset-utrace.cxx, tapsets.cxx, translate.cxx: Ditto.

-----------------------------------------------------------------------

Summary of changes:
 buildrun.cxx          |   32 +++++++-------------------------
 main.cxx              |    6 ++----
 modsign.cxx           |    4 ++--
 runtime/task_finder.c |   26 +++++++++++++-------------
 tapset-itrace.cxx     |    4 ++--
 tapset-utrace.cxx     |    4 ++--
 tapsets.cxx           |    8 ++++----
 translate.cxx         |    4 ++--
 util.cxx              |   35 +++++++++++++++++++++++++++--------
 util.h                |    2 +-
 10 files changed, 62 insertions(+), 63 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]