commit | 814c0d575d068121b6063ff91d056c49f4a43917 | [log] [tgz] |
---|---|---|
author | Fabien Siron <fabien.siron@epita.fr> | Tue May 17 10:08:47 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed May 18 22:02:48 2016 +0000 |
tree | 4867e368e8a063c10c00e6b374f3fee459c72693 | |
parent | ff2b853e7fce27621ef01aacfbccab62f489bf16 [diff] |
Add netlink domain sockets support to socketutils * linux/netlink_diag.h: New file. * Makefile.am (EXTRA_DIST): Add it. * socketutils.c: Include it and "xlat/netlink_protocols.h". (netlink_send_query, netlink_parse_response, netlink_print): New functions. (print_sockaddr_by_inode): Hook up netlink_print.
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.