]> sourceware.org Git - systemtap.git/commit
Improve mlock2 tapset support and add testsuite support.
authorDavid Smith <dsmith@redhat.com>
Mon, 25 Jan 2016 20:24:56 +0000 (14:24 -0600)
committerDavid Smith <dsmith@redhat.com>
Mon, 25 Jan 2016 20:24:56 +0000 (14:24 -0600)
commitd8801c4f48e44a37b8b4a20a5cfd5001af3fa94c
tree53b2ee9becc756e11a2effd45d5a0d12618f0ddf
parentc5f6801380d7055415d8b0d91775a1452335fba0
Improve mlock2 tapset support and add testsuite support.

* tapset/linux/nd_syscalls.stp (nd_syscall.mlock2): Fix argument handling
  and add missing comma between arguments in 'argstr'.
* tapset/linux/syscalls.stp (syscall.mlock2): Add missing comma between
  arguments in 'argstr'.
* testsuite/buildok/aux_syscalls-embedded.stp: Add _stp_mlock2_str()
  compile test.
* testsuite/buildok/nd_syscalls-detailed.stp: Add 'mlock2' compile test.
* testsuite/buildok/syscalls-detailed.stp: Ditto.
* testsuite/systemtap.syscall/mmap.c: Add mlock2 support to test case.
tapset/linux/nd_syscalls.stp
tapset/linux/syscalls.stp
testsuite/buildok/aux_syscalls-embedded.stp
testsuite/buildok/nd_syscalls-detailed.stp
testsuite/buildok/syscalls-detailed.stp
testsuite/systemtap.syscall/mmap.c
This page took 0.028253 seconds and 5 git commands to generate.