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.0-27-g4e06b5e


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  4e06b5e236b3d281d8be0d7828088e9a8da86e5e (commit)
       via  e16dc041ec7dbcc83c64533ee4cf8759f6ae0be5 (commit)
      from  55e50c24c9176f1b3d15af94e145456a68e7ecf6 (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 4e06b5e236b3d281d8be0d7828088e9a8da86e5e
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Sep 28 19:04:00 2009 -0700

    Remove cached signature files along with modules
    
    * cache.cxx (cache_ent_info::cache_ent_info): Count the sgn in the size
      (cache_ent_info::unlink): Remove the sgn too.

commit e16dc041ec7dbcc83c64533ee4cf8759f6ae0be5
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Sep 28 18:49:51 2009 -0700

    Simplify copy_file calls
    
    Every single copy_file call we had was converting strings to char*,
    printing the same error message, and optionally printing the same
    verbose string.  Let's canonicalize that.
    
    * util.cxx (copy_file): Take string filenames, add a verbose flag, and
      consolidate the message printing.
    * cache.cxx (add_to_cache): Pass strings and remove message printing.
      (get_from_cache): Ditto.
    * main.cxx (main): Ditto.
    * tapsets.cxx (tracepoint_builder::get_tracequery_module): Ditto.
      (dwarf_cast_expanding_visitor::filter_special_modules): Ditto.

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

Summary of changes:
 cache.cxx   |   47 +++++++++++++++++------------------------------
 main.cxx    |   10 ++--------
 tapsets.cxx |   25 +++++--------------------
 util.cxx    |   30 +++++++++++++++++++-----------
 util.h      |    3 ++-
 5 files changed, 45 insertions(+), 70 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]