From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17443 invoked by alias); 15 Jun 2010 20:02:11 -0000 Received: (qmail 17329 invoked by uid 9586); 15 Jun 2010 20:02:10 -0000 Date: Tue, 15 Jun 2010 20:02:00 -0000 Message-ID: <20100615200210.17295.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.2-270-g669853f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f95a9329791d91e9a07c8c590a85e880221b944f X-Git-Newrev: 669853f7085b03430f68365a0c73f52706f0fd0d 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-q2/txt/msg00186.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 669853f7085b03430f68365a0c73f52706f0fd0d (commit) from f95a9329791d91e9a07c8c590a85e880221b944f (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 669853f7085b03430f68365a0c73f52706f0fd0d Author: Josh Stone Date: Mon Jun 14 10:44:10 2010 -0700 Banish the SyScall We don't need to deal with the SYSCALL_WRAPPERS-generated SyS_foo, because since the dawn of that feature they have also provided a normal sys_foo alias. So as long as alias tracking is working, both in our translator and in kallsyms for kprobe.function, we can be blissfully ignorant. http://sourceware.org/ml/systemtap/2010-q2/msg00551.html ----------------------------------------------------------------------- Summary of changes: tapset/nd_syscalls.stp | 649 ++++++++++---------------------- tapset/nd_syscalls2.stp | 671 ++++++++++---------------------- tapset/s390/nd_syscalls.stp | 6 +- tapset/s390/syscalls.stp | 6 +- tapset/syscalls.stp | 667 ++++++++++----------------------- tapset/syscalls2.stp | 675 ++++++++++----------------------- testsuite/semok/defined_list_vars.stp | 3 +- 7 files changed, 809 insertions(+), 1868 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool