From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14023 invoked by alias); 21 Jul 2008 15:17:34 -0000 Received: (qmail 13998 invoked by uid 9156); 21 Jul 2008 15:17:33 -0000 Date: Mon, 21 Jul 2008 15:17:00 -0000 Message-ID: <20080721151733.13987.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-19-g4cdbcfa X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e4cb375f44950de40384e970865f74fb3d5dec2c X-Git-Newrev: 4cdbcfa7fe4a934dc0aabcdd5355d2dbd46821f7 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2008-q3/txt/msg00068.txt.bz2 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 Date: Mon Jul 21 10:17:19 2008 -0500 No longer allocates structure used to save vma information. 2008-07-21 David Smith * 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