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-127-g671ceda


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  671ceda847955e31bc3ab310eb180fdc687a2ca8 (commit)
       via  b9bee53ec058c142ac5ba010224dd75669d61ad5 (commit)
      from  f3228a333bddb3fe0178a1ca2c8cf8ada54dffd4 (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 671ceda847955e31bc3ab310eb180fdc687a2ca8
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Aug 13 22:53:44 2009 -0400

    PR10228: use task_finder_vma for -d /user/object files.
    
    * main.cxx (main): For "-d /path" arguments, enable task finder.
    * runtime/sym.h (_stp_module): Add *vmcb member.
    * task_finder{.cxx,.h} (emit_vma_callback_probe_decl): Zap.
    * tapset-itrace.cxx, tapset-utrace.cxx: Use unwindsyms_modules
      instead.
    * tapsets.cxx (uprobe::emit_module_decls): Ditto.
    * translate.cxx (emit_module_init): Emit task finder registrations
      for vmcb's associated with _stp_modules.
      (dump_unwindsyms): Associate vmcbs with user-space unwindsyms entries.

commit b9bee53ec058c142ac5ba010224dd75669d61ad5
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Aug 13 16:04:56 2009 -0400

    usability: don't suppress pass-4 compiler errors
    
    ... since a pass-4 compilation error is just as bad as pass-2 error.
    
    * buildrun.cxx (run_make_cmd): Remove "2>&1".

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

Summary of changes:
 buildrun.cxx      |    2 +-
 main.cxx          |    5 +++++
 runtime/sym.c     |    4 ++--
 runtime/sym.h     |    2 ++
 tapset-itrace.cxx |   35 ++++-------------------------------
 tapset-utrace.cxx |   30 ------------------------------
 tapsets.cxx       |   24 ------------------------
 task_finder.cxx   |   24 ------------------------
 task_finder.h     |    2 --
 translate.cxx     |   35 +++++++++++++++++++++++++++++++++--
 10 files changed, 47 insertions(+), 116 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]