commit | 16c078ea9969b47cd27d0303dcf715bf7f7faf52 | [log] [tgz] |
---|---|---|
author | Fei Jie <feij.fnst@cn.fujitsu.com> | Thu Mar 31 16:06:50 2016 +0800 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Apr 01 23:34:33 2016 +0000 |
tree | b7543d4636fa18a591fcc92fcbea9a699223a1c9 | |
parent | a067b8d3b02283c2f7114639d876f55e1e9575e0 [diff] |
tests: add fsync.test * tests/fsync.c: New file. * tests/fsync.test: New test. * tests/.gitignore: Add fsync. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add fsync.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.