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.2-288-g7d8aa2e


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  7d8aa2ee11f3a13892c01234bf4abe40806227f5 (commit)
      from  1a44b7e38db47344f5f6ab8ec481b3887a565819 (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 7d8aa2ee11f3a13892c01234bf4abe40806227f5
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Jun 18 18:09:38 2010 +0200

    Separate vma tracker function callbacks from sym.c into vma.c.
    
    * runtime/sym.c: Move vma related function callbacks to...
    * runtime/vma.c: ... here.
    * tapset/ucontext.stp (umodname): Call renamed _stp_vma_module_name().
    * task_finder.cxx (task_finder_derived_probe_group::emit_module_init): Emit
      renamed _stp_vma_init().

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

Summary of changes:
 runtime/sym.c       |  149 +----------------------------------------------
 runtime/vma.c       |  163 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tapset/ucontext.stp |    2 +-
 task_finder.cxx     |    2 +-
 4 files changed, 166 insertions(+), 150 deletions(-)
 create mode 100644 runtime/vma.c


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]