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.7-19-g4cdbcfa


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  4cdbcfa7fe4a934dc0aabcdd5355d2dbd46821f7 (commit)
      from  e4cb375f44950de40384e970865f74fb3d5dec2c (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 4cdbcfa7fe4a934dc0aabcdd5355d2dbd46821f7
Author: David Smith <dsmith@redhat.com>
Date:   Mon Jul 21 10:17:19 2008 -0500

    No longer allocates structure used to save vma information.
    2008-07-21  David Smith  <dsmith@redhat.com>
    
    	* task_finder_vma.c (__stp_tf_vma_initialize): New function to
    	initialize the free list.
    	(__stp_tf_vma_put_free_entry): Puts a vma entry back on the free
    	list.
    	(__stp_tf_add_vma): Instead of allocating a vma entry, grab one
    	from the free list by calling __stp_tf_vma_put_free_entry().
    	(__stp_tf_remove_vma_entry): Instead of freeing a vma entry, call
    	__stp_tf_vma_put_free_entry() to put it on the free list instead.
    	* task_finder.c (stap_start_task_finder): Calls
    	__stp_tf_vma_initialize().

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

Summary of changes:
 runtime/ChangeLog         |   13 ++++++++
 runtime/task_finder.c     |    2 +
 runtime/task_finder_vma.c |   69 ++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 80 insertions(+), 4 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]