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, pr4225, updated. release-0.7-127-g17c128f


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, pr4225 has been updated
       via  17c128f2fe920f785979aa9445eff5ac2f30d307 (commit)
       via  eaf7e3121e673d7f5a7b383ab9563766f1e83ff0 (commit)
       via  46b3c6cd16e7aba1a5a26b310ee128bfdc7897fa (commit)
       via  4550733ebf24fb067f9a2350e0ab86d44fea932e (commit)
       via  2ae0d25c4181d2d7e89690013f935ad27e071457 (commit)
       via  dce882537b3a31d0b4fa2ebac0d4984ed6acd302 (commit)
       via  1598733bd611536ea7a708c161bc4bbfbf25569c (commit)
       via  ef4042bd5adb8062c31789a9786bf558f5f11e9e (commit)
       via  930a1798154b9c1caf27009825b2b165ef577a1e (commit)
       via  480f38d3275c87ac5b58a95dd127633babfc7374 (commit)
      from  c569c2e4973296701cd4caff35847e2fde32754a (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 17c128f2fe920f785979aa9445eff5ac2f30d307
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Aug 21 14:31:10 2008 -0400

    pr4225: add putative shared library (ET_DYN) support

commit eaf7e3121e673d7f5a7b383ab9563766f1e83ff0
Merge: c569c2e4973296701cd4caff35847e2fde32754a 46b3c6cd16e7aba1a5a26b310ee128bfdc7897fa
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Aug 21 13:26:56 2008 -0400

    Merge commit 'origin/master' into pr4225
    
    * commit 'origin/master':
      Added task finder target parameter to vm_callback functions.
      Supports original and new utrace interfaces.
      Add ChangeLog entries
      stap client/server now pass 'make installcheck'
      Looks for both mmap and mmap2.
      PR 6841 fix.
      Add missing 'process' bindings.

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

Summary of changes:
 ChangeLog                      |   51 ++++++++++
 runtime/ChangeLog              |   29 ++++++
 runtime/syscall.h              |   22 ++++-
 runtime/task_finder.c          |  199 ++++++++++++++++++++++++++++++----------
 runtime/utrace_compatibility.h |   57 ++++++++++++
 stap-client                    |   94 +++++++++++++++----
 stap-server                    |   17 +---
 stap-serverd                   |    6 +-
 tapsets.cxx                    |  154 ++++++++++++++++++++++---------
 translate.cxx                  |    8 ++-
 10 files changed, 504 insertions(+), 133 deletions(-)
 create mode 100644 runtime/utrace_compatibility.h


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]