]> sourceware.org Git - systemtap.git/commit
PR16716 partial fix: Fix types in '[nd_]syscall.eventfd'.
authorDavid Smith <dsmith@redhat.com>
Thu, 19 Jun 2014 20:50:25 +0000 (15:50 -0500)
committerDavid Smith <dsmith@redhat.com>
Thu, 19 Jun 2014 20:50:25 +0000 (15:50 -0500)
commit588d5bdf6e9a711ce1228214007d04a3787fef7e
tree61b2160f6352d38e9d8951231c7660df2c619cfe
parent4cbc9ac5f668126ff35f0356ce298b0ff1922915
PR16716 partial fix: Fix types in '[nd_]syscall.eventfd'.

* tapset/linux/syscalls.stp (syscall.eventfd): Better handle eventfd()
  vs. eventfd2(). Add 'count' and 'flags_str' convenience variables. Fix
  types.
* tapset/linux/nd_syscalls.stp: Ditto.
* tapset/linux/aux_syscalls.stp (_eventfd2_flag_str): Updated and improved.
* runtime/linux/compat_unistd.h (__NR_compat_eventfd2): New define.
* testsuite/systemtap.syscall/eventfd.c: Add more tests.
* testsuite/buildok/syscalls-detailed.stp: Add tests for new convenience
  variables.
* testsuite/buildok/nd_syscalls-detailed.stp: Ditto.
runtime/linux/compat_unistd.h
tapset/linux/aux_syscalls.stp
tapset/linux/nd_syscalls.stp
tapset/linux/syscalls.stp
testsuite/buildok/nd_syscalls-detailed.stp
testsuite/buildok/syscalls-detailed.stp
testsuite/systemtap.syscall/eventfd.c
This page took 0.030608 seconds and 5 git commands to generate.