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-0.9.9-185-g3f46f8c


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  3f46f8c2a94567956a1a722da6d13de84726c344 (commit)
       via  d27e6fd532200873fe8cc23a155360114fe26110 (commit)
      from  f0a68636d44065dfd60e685924b82e95195c0f9f (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 3f46f8c2a94567956a1a722da6d13de84726c344
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Tue Aug 25 12:38:33 2009 -0400

    PR4186 cont'd: clarify ARCH naming in NEWS too

commit d27e6fd532200873fe8cc23a155360114fe26110
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Tue Aug 25 11:54:15 2009 -0400

    PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughout
    
    * main.cxx (main): Perform equivalent sed by hand on uname()->machine.
    * stap.1.in: Clarify -a ARCH slightly.
    * tapsets.cxx (validate_module_elf): Accept "arm*"for EM_ARM.
    * tapset/**, testsuite/**: Removed/collapsed "i386"/"i686" branches,
      renamed "ppc64"->"powerpc" and "s390x"->"s390".

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                             |    6 +++++
 main.cxx                                         |   27 ++++++++++++++++-----
 stap.1.in                                        |    5 ++-
 tapset/nd_syscalls2.stp                          |   12 +++++-----
 tapset/{ppc64 => powerpc}/nd_syscalls.stp        |    0
 tapset/{ppc64 => powerpc}/registers.stp          |    0
 tapset/{ppc64 => powerpc}/syscalls.stp           |    0
 tapset/{s390x => s390}/nd_syscalls.stp           |    2 +-
 tapset/{s390x => s390}/registers.stp             |    0
 tapset/{s390x => s390}/syscalls.stp              |    2 +-
 tapset/scheduler.stp                             |    2 +-
 tapset/syscalls2.stp                             |    6 ++--
 tapsets.cxx                                      |    3 +-
 testsuite/parseok/fourteen.stp                   |    2 +-
 testsuite/systemtap.base/utrace_syscall_args.stp |    2 +-
 testsuite/systemtap.context/num_args.stp         |    9 ++-----
 testsuite/systemtap.stress/current.stp           |    2 +-
 17 files changed, 49 insertions(+), 31 deletions(-)
 rename tapset/{ppc64 => powerpc}/nd_syscalls.stp (100%)
 rename tapset/{ppc64 => powerpc}/registers.stp (100%)
 rename tapset/{ppc64 => powerpc}/syscalls.stp (100%)
 rename tapset/{s390x => s390}/nd_syscalls.stp (99%)
 rename tapset/{s390x => s390}/registers.stp (100%)
 rename tapset/{s390x => s390}/syscalls.stp (99%)


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]