From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22909 invoked by alias); 14 Jan 2010 03:28:44 -0000 Received: (qmail 22881 invoked by uid 440); 14 Jan 2010 03:28:44 -0000 Date: Thu, 14 Jan 2010 03:28:00 -0000 Message-ID: <20100114032842.22867.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-508-g3c5b8e2 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4732f8a465430d9c3775f83ec8d11028ebd3eddd X-Git-Newrev: 3c5b8e2b99a772e3d19d6c4bf26b3a06037523a4 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: 2010-q1/txt/msg00045.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 3c5b8e2b99a772e3d19d6c4bf26b3a06037523a4 (commit) from 4732f8a465430d9c3775f83ec8d11028ebd3eddd (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 3c5b8e2b99a772e3d19d6c4bf26b3a06037523a4 Author: Stan Cox Date: Wed Jan 13 22:26:10 2010 -0500 Use __access_process_vm_noflush for static user semaphore decrement. * access_process_vm (__access_process_vm_noflush): New * tapsets.cxx (uprobe_derived_probe_group::emit_module_exit): Use it. * translate.cxx (translate_pass): Declare it. ----------------------------------------------------------------------- Summary of changes: runtime/access_process_vm.h | 57 ++++++++++++++++++++++++++++++++++++++++-- tapsets.cxx | 4 +- translate.cxx | 1 + 3 files changed, 57 insertions(+), 5 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool