From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21571 invoked by alias); 31 Jul 2012 02:58:02 -0000 Received: (qmail 21507 invoked by uid 9586); 31 Jul 2012 02:58:00 -0000 Date: Tue, 31 Jul 2012 02:58:00 -0000 Message-ID: <20120731025759.21496.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.8-113-g3d4557e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f499dee559f3b13ba0a80c3013c02920e3233155 X-Git-Newrev: 3d4557e23ab8b187950f4e600d756cd6005c2205 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: 2012-q3/txt/msg00059.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 3d4557e23ab8b187950f4e600d756cd6005c2205 (commit) via 396db7018296def61cdad17934a67b877d2c73cc (commit) via f705da87d68bdcd1b463c180c3ff778df107f617 (commit) from f499dee559f3b13ba0a80c3013c02920e3233155 (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 3d4557e23ab8b187950f4e600d756cd6005c2205 Author: Josh Stone Date: Mon Jul 30 19:56:18 2012 -0700 Range-check _fildes_index_u and test it * tapset/linux/aux_syscalls.stp: Make sure the index is 0 or 1. * testsuite/buildok/aux_syscalls-embedded.stp: Test _fildes_index_u() rather than the old, removed _fildes_u(). commit 396db7018296def61cdad17934a67b877d2c73cc Author: Josh Stone Date: Mon Jul 30 19:34:43 2012 -0700 PR14180: Move all syscall tapsets to linux/ Moving basically all *syscall*.stp into tapset/linux/. These are all implemented from a kernel assumption, using either kernel.function or kprobe.function, and the supporting functions also assume that they're being called from a kernel environment. commit f705da87d68bdcd1b463c180c3ff778df107f617 Author: Josh Stone Date: Mon Jul 30 17:34:02 2012 -0700 PR14180: Search for tapset in additional backend-specific paths We already search paths in many combinations of kernel version and arch. For each of these, search also in runtime-specific prefixes, "linux/..." for kernel mode, and "dyninst/..." for dyninst mode. (And while we're at it, only do kernel versioning for kernel mode.) ----------------------------------------------------------------------- Summary of changes: main.cxx | 70 +++++++++++++++++---------- tapset/{ => linux}/arm/aux_syscalls.stp | 0 tapset/{ => linux}/aux_syscalls.stp | 2 +- tapset/{ => linux}/i386/aux_syscalls.stp | 0 tapset/{ => linux}/i386/nd_syscalls.stp | 0 tapset/{ => linux}/i386/syscalls.stp | 0 tapset/{ => linux}/ia64/aux_syscalls.stp | 0 tapset/{ => linux}/ia64/nd_syscalls.stp | 0 tapset/{ => linux}/ia64/syscalls.stp | 0 tapset/{ => linux}/nd_syscalls.stp | 0 tapset/{ => linux}/nd_syscalls2.stp | 0 tapset/{ => linux}/powerpc/aux_syscalls.stp | 0 tapset/{ => linux}/powerpc/nd_syscalls.stp | 0 tapset/{ => linux}/powerpc/syscalls.stp | 0 tapset/{ => linux}/s390/aux_syscalls.stp | 0 tapset/{ => linux}/s390/nd_syscalls.stp | 0 tapset/{ => linux}/s390/syscalls.stp | 0 tapset/{ => linux}/syscalls.stp | 0 tapset/{ => linux}/syscalls2.stp | 0 tapset/{ => linux}/syscalls_cfg_trunc.stp | 0 tapset/{ => linux}/x86_64/aux_syscalls.stp | 0 tapset/{ => linux}/x86_64/nd_syscalls.stp | 0 tapset/{ => linux}/x86_64/syscalls.stp | 0 testsuite/buildok/aux_syscalls-embedded.stp | 2 +- 24 files changed, 47 insertions(+), 27 deletions(-) rename tapset/{ => linux}/arm/aux_syscalls.stp (100%) rename tapset/{ => linux}/aux_syscalls.stp (99%) rename tapset/{ => linux}/i386/aux_syscalls.stp (100%) rename tapset/{ => linux}/i386/nd_syscalls.stp (100%) rename tapset/{ => linux}/i386/syscalls.stp (100%) rename tapset/{ => linux}/ia64/aux_syscalls.stp (100%) rename tapset/{ => linux}/ia64/nd_syscalls.stp (100%) rename tapset/{ => linux}/ia64/syscalls.stp (100%) rename tapset/{ => linux}/nd_syscalls.stp (100%) rename tapset/{ => linux}/nd_syscalls2.stp (100%) rename tapset/{ => linux}/powerpc/aux_syscalls.stp (100%) rename tapset/{ => linux}/powerpc/nd_syscalls.stp (100%) rename tapset/{ => linux}/powerpc/syscalls.stp (100%) rename tapset/{ => linux}/s390/aux_syscalls.stp (100%) rename tapset/{ => linux}/s390/nd_syscalls.stp (100%) rename tapset/{ => linux}/s390/syscalls.stp (100%) rename tapset/{ => linux}/syscalls.stp (100%) rename tapset/{ => linux}/syscalls2.stp (100%) rename tapset/{ => linux}/syscalls_cfg_trunc.stp (100%) rename tapset/{ => linux}/x86_64/aux_syscalls.stp (100%) rename tapset/{ => linux}/x86_64/nd_syscalls.stp (100%) rename tapset/{ => linux}/x86_64/syscalls.stp (100%) hooks/post-receive -- systemtap: system-wide probe/trace tool