commit | 275d135ec25127c11273483355a714491539dcd5 | [log] [tgz] |
---|---|---|
author | Fei Jie <feij.fnst@cn.fujitsu.com> | Wed Mar 09 14:07:06 2016 +0800 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Mar 09 06:07:06 2016 +0000 |
tree | 97be4ba6e56a4b87c4a452c9228e836add63004f | |
parent | 1b5d1cbf63fe242b232e2511a5d7e1e270006aa6 [diff] |
tests: add acct.test * tests/acct.c: New file. * tests/acct.test: New test. * tests/.gitignore: Add acct. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add acct.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.