From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24963 invoked by alias); 26 Jul 2010 19:20:06 -0000 Received: (qmail 24927 invoked by uid 9156); 26 Jul 2010 19:20:05 -0000 Date: Mon, 26 Jul 2010 19:20:00 -0000 Message-ID: <20100726192004.24916.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.3-19-gd1eef01 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 41bfa3152acd93e0087f38be27dc0fee12163c46 X-Git-Newrev: d1eef01150ea830f09ef2be6e7c5b40bc0cd1e1a 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/msg00113.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 d1eef01150ea830f09ef2be6e7c5b40bc0cd1e1a (commit) from 41bfa3152acd93e0087f38be27dc0fee12163c46 (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 d1eef01150ea830f09ef2be6e7c5b40bc0cd1e1a Author: David Smith Date: Mon Jul 26 14:19:32 2010 -0500 Many small tapset/syscalls.stp fixups. Deprecate misnamed vars. Added testcase. * tapset/syscalls.stp (syscall.add_key): Added a pending deprecation of 'description_auddr'. Added 'description_uaddr'. (syscall.clock_nanosleep): Added 'flags' convenience variable (to go along with existing 'flag_str' variable). (syscall.compat_clock_nanosleep): Ditto. (syscall.fadvise64): At some point, x86_64 kernels couldn't find parameters, so a special version of this probe was written for x86_64. Now just uses @defined(). (syscall.fadvise64_64): Ditto. (syscall.fremovexattr): Add 'name_str' and fix 'argstr'. (syscall.fgetxattr): Added pending deprecation of 'name2' and added 'name_str'. (syscall.fsetxattr): Ditto. (syscall.getxattr): Ditto. (syscall.lgetxattr): Ditto. (syscall.lremovexattr): Ditto. (syscall.futex): Use dwarf variable in comparison instead of convenience variable (to let convenience variable be optimized away). (syscall.compat_futex): Ditto. (syscall.compat_sys_msgctl): Add convenience variables to match non-'compat' probe. (syscall.compat_sys_msgrcv): Ditto. (syscall.compat_sys_msgsnd): Ditto. * testsuite/buildok/syscalls-detailed.stp: New testcase. * NEWS: Mentioned pending variable deprecations. * stap.1: Ditto. ----------------------------------------------------------------------- Summary of changes: NEWS | 14 + stap.1 | 10 + tapset/syscalls.stp | 114 ++-- testsuite/buildok/syscalls-detailed.stp | 1383 +++++++++++++++++++++++++++++++ 4 files changed, 1463 insertions(+), 58 deletions(-) create mode 100755 testsuite/buildok/syscalls-detailed.stp hooks/post-receive -- systemtap: system-wide probe/trace tool