]> sourceware.org Git - systemtap.git/commit
Small syscall/nd_syscall tapset and testsuite fixes and improvements.
authorDavid Smith <dsmith@redhat.com>
Fri, 28 Feb 2014 20:27:56 +0000 (14:27 -0600)
committerDavid Smith <dsmith@redhat.com>
Fri, 28 Feb 2014 20:27:56 +0000 (14:27 -0600)
commit09c16468eb17267fb6e31e7fea89c56d2662ea23
tree531df3a8feece6da53cc35fa4fb1aa0a7fb5ee0a
parentb5b9879fc10e96e37d89b84922bf11f6ed4ccb34
Small syscall/nd_syscall tapset and testsuite fixes and improvements.

* tapset/linux/syscalls.stp (syscall.bind): Make 'fd' variable an integer
  instead of a long.
* tapset/linux/nd_syscalls2.stp (nd_syscall.readv): Make 'fd' and 'count'
  variables integers instead of longs.
  (nd_syscall.writev): Ditto.
* testsuite/systemtap.syscall/rename.c (main): Fix typo in expected test
  output.
* testsuite/systemtap.syscall/bind.c: New testcase.
tapset/linux/nd_syscalls2.stp
tapset/linux/syscalls.stp
testsuite/systemtap.syscall/bind.c [new file with mode: 0644]
testsuite/systemtap.syscall/rename.c
This page took 0.029381 seconds and 5 git commands to generate.