From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11626 invoked by alias); 20 Aug 2008 17:33:20 -0000 Received: (qmail 11603 invoked by uid 9156); 20 Aug 2008 17:33:20 -0000 Date: Wed, 20 Aug 2008 17:33:00 -0000 Message-ID: <20080820173320.11592.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-99-gef4042b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 930a1798154b9c1caf27009825b2b165ef577a1e X-Git-Newrev: ef4042bd5adb8062c31789a9786bf558f5f11e9e 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/msg00153.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 ef4042bd5adb8062c31789a9786bf558f5f11e9e (commit) from 930a1798154b9c1caf27009825b2b165ef577a1e (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 ef4042bd5adb8062c31789a9786bf558f5f11e9e Author: David Smith Date: Wed Aug 20 12:33:13 2008 -0500 Looks for both mmap and mmap2. 2008-08-20 David Smith * task_finder.c (__stp_utrace_task_finder_target_syscall_entry): Handles mmap2 (as well as mmap). (__stp_utrace_task_finder_target_syscall_exit): Ditto. * syscall.h: Added defines for mmap and mmap2. ----------------------------------------------------------------------- Summary of changes: runtime/ChangeLog | 7 +++++++ runtime/syscall.h | 22 +++++++++++++++++----- runtime/task_finder.c | 11 +++++++---- 3 files changed, 31 insertions(+), 9 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool