commit | 02387258cb22185b26241bd19049f95aefe188b7 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat May 07 22:49:39 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat May 07 22:49:39 2016 +0000 |
tree | 8482ca344ea7443273db60c027969d6a1f571483 | |
parent | 2868e2b9418734a10b2c93984788db180e404391 [diff] |
epoll.c: use print_array function * epoll.c (print_epoll_event): Change signature for use as print_array callback, all users updated. (print_epoll_event_array): Remove. (epoll_wait_common): Change to use print_array instead of print_epoll_event_array.
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.