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.7-133-gc0456b6


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  c0456b6fda16307070e0896d3cca86f523214a5e (commit)
      from  ca73974d84f94065dbabce2a2044d17a83bade57 (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 c0456b6fda16307070e0896d3cca86f523214a5e
Author: David Smith <dsmith@redhat.com>
Date:   Fri Mar 23 15:52:01 2012 -0500

    Improve build-id checking when the task we're interested in isn't 'current'.
    
    * translate.cxx (emit_module_init): Moved include files to
      runtime/runtime.h.
    * runtime/runtime.h: Moved includes here from translate.cxx.  Rearranged
      order a bit, to allow use of __access_process_vm() earlier.
    * runtime/sym.c (_stp_build_id_check): Instead of passing in a flag to
      indicate build-id checking a user module, instead pass a task_struct
      pointer in.  If the task_struct pointer isn't 'current', use
      __access_process_vm() to read data.
      (_stp_module_check): Update _stp_build_id_check() call.
      (_stp_kmodule_check): Ditto.
      (_stp_usermodule_check): Ditto.
    * runtime/vma.c (_stp_vma_match_vdso): If the task we're trying to match
      isn't 'current', use __access_process_vm() to read data.

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

Summary of changes:
 runtime/runtime.h |   38 +++++++++++++++++++++++++-------------
 runtime/sym.c     |   52 ++++++++++++++++++++++++++++++----------------------
 runtime/vma.c     |   12 ++++++++++--
 translate.cxx     |   17 -----------------
 4 files changed, 65 insertions(+), 54 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]