]> sourceware.org Git - systemtap.git/commit
Many small tapset/syscalls2.stp fixups. Added testcase.
authorDavid Smith <dsmith@redhat.com>
Mon, 19 Jul 2010 21:19:49 +0000 (16:19 -0500)
committerDavid Smith <dsmith@redhat.com>
Mon, 19 Jul 2010 21:19:49 +0000 (16:19 -0500)
commitc9a46af8b8ffd27b681fefe2f44791932159a3e5
tree45b29428dff6914eedf1a9a3a384b07e0d8e0fc7
parent48f49c3839da47ac75a3a01575c0db08887823de
Many small tapset/syscalls2.stp fixups.  Added testcase.

* tapset/syscalls2.stp (syscall.compat_sys_recvmsg): Make sure it supports
  the same variables as the non-compat probe.
  (syscall.compat_sys_semctl): Ditto.
  (syscall.compat_sys_sendmsg): Ditto.
  (syscall.sched_setaffinity): At some point, x86_64 kernels couldn't
  find $len, so a special version of this probe was written for it.  Now
  just uses @defined().
  (syscall.compat_signalfd): Prefers compat_sys_signalfd4 over
  compat_sys_signalfd.
  (syscall.ustat32): Merged the 2 probes into 1.
* testsuite/buildok/syscalls2-detailed.stp: New testcase.
tapset/syscalls2.stp
testsuite/buildok/syscalls2-detailed.stp [new file with mode: 0755]
This page took 0.027922 seconds and 5 git commands to generate.