commit | a7501f6adbde78f7c0e86e1df9b52d1dfcd122ed | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri Apr 22 04:17:06 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Apr 22 04:34:22 2016 +0000 |
tree | 31cf02b9550b14a62e6a3c8723b6c40ff474c7e2 | |
parent | a9540e72c7cac973bb9c81abe38f199c176f947e [diff] |
Move parsers of sync_file_range and sync_file_range2 syscalls to libstrace For each given architecture only one of these two syscalls has a syscallent entry. When each parser is placed into a separate file, moving to libstrace ensures that only one of them that is need is linked into strace executable. * sync_file_range.c (SYS_FUNC(sync_file_range2)): Move ... * sync_file_range2.c: ... here. * Makefile.am (strace_SOURCES): Move sync_file_range.c ... (libstrace_a_SOURCES): ... here. Add sync_file_range2.c. (strace_SOURCES_c): Add filtered libstrace_a_SOURCES.
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.