From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14199 invoked by alias); 30 Jul 2010 19:53:24 -0000 Received: (qmail 14162 invoked by uid 9156); 30 Jul 2010 19:53:23 -0000 Date: Fri, 30 Jul 2010 19:53:00 -0000 Message-ID: <20100730195323.14144.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-29-g89e2abb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9fe3e54ab1225a382355661fbe5b1e3ee12b6828 X-Git-Newrev: 89e2abb12703bdab887b4c8e50156fa5898aeb10 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/msg00124.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 89e2abb12703bdab887b4c8e50156fa5898aeb10 (commit) from 9fe3e54ab1225a382355661fbe5b1e3ee12b6828 (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 89e2abb12703bdab887b4c8e50156fa5898aeb10 Author: David Smith Date: Fri Jul 30 14:51:54 2010 -0500 nd_syscalls.stp/nd_syscalls2.stp fixups and deprecations. Added testcases. * tapset/nd_syscalls.stp (nd_syscall.accept): Added a pending deprecation of 'flag_str'. Added 'flags_str'. (nd_syscall.dup): Added a pending deprecation of 'old_fd'. Added 'oldfd'. (nd_syscall.fadvise64): At some point, x86_64 kernels couldn't find dwarf parameters. But, the nd_syscall tapset doesn't care about dwarf parameters, so delete the special x86_64 version. (nd_syscall.fadvise64_64): Ditto. (nd_syscall.fgetxattr): Added pending deprecation of 'name2' and added 'name_str'. (nd_syscall.fremovexattr): Ditto. (nd_syscall.fsetxattr): Ditto. (nd_syscall.getxattr): Ditto. (nd_syscall.lremovexattr): Ditto. (nd_syscall.compat_sys_msgctl): Add convenience variables to match non-'compat' probe. (nd_syscall.compat_sys_msgrcv): Ditto. (nd_syscall.compat_sys_msgsnd): Ditto. * tapset/nd_syscalls2.stp (nd_syscall.pipe): Added convenience variables to match 'syscall' probe alias. (nd_syscall.compat_sys_recvmsg): Ditto. (nd_syscall.signalfd): Ditto. (nd_syscall.ustat32): Ditto. (nd_syscall.compat_pselect7a): Started a pending deprecation of incorrect 'syscall.compat_pselect7a' probe alias name. Correct name is 'syscall.compat_pselect7'. (nd_syscall.sched_setaffinity): Removed special x86_64 version. (nd_syscall.compat_sys_semctl): Make sure it supports the same variables as the non-compat probe. (nd_syscall.compat_sys_sendmsg): Ditto. (nd_syscall.compat_signalfd): Ditto. * testsuite/buildok/nd_syscalls-all-probes.stp: New testcase. * testsuite/buildok/nd_syscalls-detailed.stp: Ditto. * testsuite/buildok/nd_syscalls2-detailed.stp: Ditto. * testsuite/lib/stap_buildok.exp (buildok_known_failures): KFail the tests that use nd_syscalls probes on ia64 (PR6971). * NEWS: Mentioned pending deprecations. * stap.1: Ditto. ----------------------------------------------------------------------- Summary of changes: NEWS | 19 + stap.1 | 16 +- tapset/nd_syscalls.stp | 132 +++-- tapset/nd_syscalls2.stp | 58 ++- testsuite/buildok/nd_syscalls-all-probes.stp | 11 + ...calls-detailed.stp => nd_syscalls-detailed.stp} | 552 +++++++++--------- ...lls2-detailed.stp => nd_syscalls2-detailed.stp} | 583 ++++++++++---------- testsuite/lib/stap_buildok.exp | 7 + 8 files changed, 734 insertions(+), 644 deletions(-) create mode 100755 testsuite/buildok/nd_syscalls-all-probes.stp copy testsuite/buildok/{syscalls-detailed.stp => nd_syscalls-detailed.stp} (64%) copy testsuite/buildok/{syscalls2-detailed.stp => nd_syscalls2-detailed.stp} (60%) hooks/post-receive -- systemtap: system-wide probe/trace tool