This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-113-g3d4557e


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 <jistone@redhat.com>
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 <jistone@redhat.com>
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 <jistone@redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]