From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27943 invoked by alias); 9 Mar 2012 19:03:21 -0000 Received: (qmail 27914 invoked by uid 9586); 9 Mar 2012 19:03:20 -0000 Date: Fri, 09 Mar 2012 19:03:00 -0000 Message-ID: <20120309190320.27903.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-99-gcfcab6c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3965e105b73e196ec4f9b15c0b192c59bb14a2f8 X-Git-Newrev: cfcab6c7110a016fe108bbf4783b7c437a3a9708 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: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q1/txt/msg00155.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 cfcab6c7110a016fe108bbf4783b7c437a3a9708 (commit) from 3965e105b73e196ec4f9b15c0b192c59bb14a2f8 (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 cfcab6c7110a016fe108bbf4783b7c437a3a9708 Author: Josh Stone Date: Fri Dec 9 09:24:31 2011 -0800 Preliminary SDT semaphores with inode-uprobes This adds mmap tracking to our inode-uprobes client, so we may manipulate SDT semaphores as modules come and go. It seems to work ok, though remaining sleepiness issues may need to be worked out in task_finder2. ----------------------------------------------------------------------- Summary of changes: runtime/uprobes-inode.c | 402 +++++++++++++++++++++++++++++++++++++++++++---- tapsets.cxx | 98 ++++++++---- 2 files changed, 440 insertions(+), 60 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool