From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15561 invoked by alias); 19 Jul 2010 21:20:11 -0000 Received: (qmail 15537 invoked by uid 9156); 19 Jul 2010 21:20:09 -0000 Date: Mon, 19 Jul 2010 21:20:00 -0000 Message-ID: <20100719212009.15526.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-497-gc9a46af X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 48f49c3839da47ac75a3a01575c0db08887823de X-Git-Newrev: c9a46af8b8ffd27b681fefe2f44791932159a3e5 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-q3/txt/msg00083.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 c9a46af8b8ffd27b681fefe2f44791932159a3e5 (commit) from 48f49c3839da47ac75a3a01575c0db08887823de (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 c9a46af8b8ffd27b681fefe2f44791932159a3e5 Author: David Smith Date: Mon Jul 19 16:19:49 2010 -0500 Many small tapset/syscalls2.stp fixups. Added testcase. * tapset/syscalls2.stp (syscall.compat_sys_recvmsg): Make sure it supports the same variables as the non-compat probe. (syscall.compat_sys_semctl): Ditto. (syscall.compat_sys_sendmsg): Ditto. (syscall.sched_setaffinity): At some point, x86_64 kernels couldn't find $len, so a special version of this probe was written for it. Now just uses @defined(). (syscall.compat_signalfd): Prefers compat_sys_signalfd4 over compat_sys_signalfd. (syscall.ustat32): Merged the 2 probes into 1. * testsuite/buildok/syscalls2-detailed.stp: New testcase. ----------------------------------------------------------------------- Summary of changes: tapset/syscalls2.stp | 66 +- testsuite/buildok/syscalls2-detailed.stp | 1402 ++++++++++++++++++++++++++++++ 2 files changed, 1438 insertions(+), 30 deletions(-) create mode 100755 testsuite/buildok/syscalls2-detailed.stp hooks/post-receive -- systemtap: system-wide probe/trace tool