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.6-178-gecd129a


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  ecd129afddced38dd083921e78d43b0e384d1157 (commit)
      from  1fbbc4d3b43bcb926a6dce9df6a0177fa23700c8 (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 ecd129afddced38dd083921e78d43b0e384d1157
Author: Chris Meek <cmeek@redhat.com>
Date:   Thu Sep 8 08:09:51 2011 -0400

    PR12221: Added the build ids to the script's  hash
    
    hash.cxx
      Added the build IDs from the session variables's build_ids
      vector to the script's hash.
    
    session.h
      Added the build_ids vector to the session.
    
    setupdwfl.cxx
      Extracted the build IDs in setup_dwfl_kernel and
      setup_dwfl_user and added them to the build_ids vector.
      Also, rearranged the code for downloading the debuginfo
      to facilitate this patch.

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

Summary of changes:
 hash.cxx      |    7 ++-
 session.h     |    1 +
 setupdwfl.cxx |  165 +++++++++++++++++++++++++++++++++------------------------
 setupdwfl.h   |    4 +-
 4 files changed, 104 insertions(+), 73 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]