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, pr6866, updated. release-0.9-176-g1882152


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, pr6866 has been updated
       via  1882152af71f8339c91751ee17c97f1c4d18660a (commit)
      from  cb1468beb7b34ad988280fea9fb7c4558b47341a (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 1882152af71f8339c91751ee17c97f1c4d18660a
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Mar 19 14:28:14 2009 +0100

    Get rid of __stp_tf_get_vma_entry_addr function.
    
    * runtime/task_finder_vma.c (__stp_tf_get_vma_entry_addr): Deleted.
      (struct __stp_tf_vma_entry): Replace module by user void* field.
      (stap_add_vma_map_info): Take a void *user arg.
      (stap_find_vma_map_info): Take a void **user arg.
    * runtime/sym.c (_stp_mod_sec_lookup): Use stap_find_vma_map_info.

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

Summary of changes:
 runtime/sym.c             |   28 ++++++++++++++++------------
 runtime/task_finder_vma.c |   40 +++++++++-------------------------------
 2 files changed, 25 insertions(+), 43 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]