]> sourceware.org Git - systemtap.git/commit
PR16716 partial fix: Fix types and nesting for 'syscall.readahead'.
authorMartin Cermak <mcermak@redhat.com>
Tue, 3 Mar 2015 17:17:37 +0000 (18:17 +0100)
committerMartin Cermak <mcermak@redhat.com>
Tue, 3 Mar 2015 17:17:37 +0000 (18:17 +0100)
commitdd0747055ea1a7c93e684192e44a225b372765cf
tree0f22e865e727d67faa7822a339c98ac1bd0093f0
parent1a32916f7d862caacf2c4ec78084f9fc916b6d77
PR16716 partial fix: Fix types and nesting for 'syscall.readahead'.

* tapset/linux/nd_syscalls2.stp: Fix types, don't probe compat tasks.
* tapset/linux/syscalls2.stp: Likewise.
* tapset/linux/powerpc/nd_syscalls.stp: Add compat_readahead probes.
* tapset/linux/powerpc/syscalls.stp: Likewise.
* tapset/linux/s390/nd_syscalls.stp: Likewise.
* tapset/linux/s390/syscalls.stp: Likewise.
* tapset/linux/x86_64/nd_syscalls.stp: Likewise.
* tapset/linux/x86_64/syscalls.stp: Likewise.
* testsuite/buildok/nd_syscalls-arch-detailed.stp:
  Add compat_readahead testcase,
  Fix compat_ftruncate64 and compat_truncate64 testcases.
* testsuite/buildok/syscalls-arch-detailed.stp:
  Add compat_readahead testcase,
* testsuite/systemtap.syscall/readahead.c: New testcase.
tapset/linux/nd_syscalls2.stp
tapset/linux/powerpc/nd_syscalls.stp
tapset/linux/powerpc/syscalls.stp
tapset/linux/s390/nd_syscalls.stp
tapset/linux/s390/syscalls.stp
tapset/linux/syscalls2.stp
tapset/linux/x86_64/nd_syscalls.stp
tapset/linux/x86_64/syscalls.stp
testsuite/buildok/nd_syscalls-arch-detailed.stp
testsuite/buildok/syscalls-arch-detailed.stp
testsuite/systemtap.syscall/readahead.c [new file with mode: 0644]
This page took 0.026083 seconds and 5 git commands to generate.