]> sourceware.org Git - systemtap.git/commit - tapsets.cxx
PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughout
authorFrank Ch. Eigler <fche@elastic.org>
Tue, 25 Aug 2009 15:54:15 +0000 (11:54 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Tue, 25 Aug 2009 16:31:14 +0000 (12:31 -0400)
commitd27e6fd532200873fe8cc23a155360114fe26110
treecb3644c25555116bcf3070251cb89362ffee3d8c
parentf0a68636d44065dfd60e685924b82e95195c0f9f
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".
16 files changed:
main.cxx
stap.1.in
tapset/nd_syscalls2.stp
tapset/powerpc/nd_syscalls.stp [moved from tapset/ppc64/nd_syscalls.stp with 100% similarity]
tapset/powerpc/registers.stp [moved from tapset/ppc64/registers.stp with 100% similarity]
tapset/powerpc/syscalls.stp [moved from tapset/ppc64/syscalls.stp with 100% similarity]
tapset/s390/nd_syscalls.stp [moved from tapset/s390x/nd_syscalls.stp with 99% similarity]
tapset/s390/registers.stp [moved from tapset/s390x/registers.stp with 100% similarity]
tapset/s390/syscalls.stp [moved from tapset/s390x/syscalls.stp with 99% similarity]
tapset/scheduler.stp
tapset/syscalls2.stp
tapsets.cxx
testsuite/parseok/fourteen.stp
testsuite/systemtap.base/utrace_syscall_args.stp
testsuite/systemtap.context/num_args.stp
testsuite/systemtap.stress/current.stp
This page took 0.030879 seconds and 5 git commands to generate.