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-191-gb4be7cb


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  b4be7cbcba796be9ccf742dceedb92b41749d051 (commit)
       via  e2368e1c9ba965648352056f03a5b4eadaf19175 (commit)
       via  d99d520f37429d9d0ab548fa3090c6da680359b4 (commit)
      from  04ae04b52675f1c485ee35d12e6086c8b6717371 (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 b4be7cbcba796be9ccf742dceedb92b41749d051
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Fri Sep 9 10:24:54 2011 -0400

    PR6503: enable module arrival/departure response for kernel/module.* probes
    
    * tapsets.cxx (dwarf_derived_probe_group::emit_module_refresh): Create real
      implementation.  Register kprobes on new module; unregister on old module.

commit e2368e1c9ba965648352056f03a5b4eadaf19175
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Fri Sep 9 10:24:37 2011 -0400

    PR6503: call systemtap_module_refresh() upon module arrival/departure

commit d99d520f37429d9d0ab548fa3090c6da680359b4
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Fri Sep 9 09:50:10 2011 -0400

    PR6503: when clearing departing module section relocations, clear them all
    
    * runtime/sym.c (_stp_kmodule_update_address): For the reloc=NULL
      case, don't stop iterating after the first departing section.

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

Summary of changes:
 runtime/sym.c               |    4 +-
 runtime/transport/symbols.c |   12 +++++
 tapsets.cxx                 |   94 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 109 insertions(+), 1 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]