commit | c05c24cc5148137356076f0be06df8ef402b7bde | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Wed May 18 18:09:41 2016 -0400 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue May 24 14:52:27 2016 +0000 |
tree | d7854a172ce47e96202dca7f8ca85f2c77e61469 | |
parent | fb0c6095f3d616bee402ab57885758f33163536b [diff] |
tests: add testing for FS_IOC_FIEMAP This is limited to FIEMAP. FICLONE* and FIDEDUPERANGE originated in btrfs and will be tested there. * tests/file_ioctl.c: New file. * tests/file_ioctl.test: New test. * tests/.gitignore: Add file_ioctl. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add file_ioctl.test.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.