commit | 6ce6d3be1035384096127542d0f391ec99767698 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue May 24 01:53:02 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue May 24 14:52:27 2016 +0000 |
tree | 7e18333b396c2cc7524af35b5bf90abba2b3b31d | |
parent | 9298c66dc028efaa0ffa7f9307b898d38fe2f56a [diff] |
btrfs.c: print file descriptors using printfd * btrfs.c (btrfs_ioctl): Print struct btrfs_ioctl_send_args.send_fd, struct btrfs_ioctl_vol_args.fd, and struct btrfs_ioctl_vol_args_v2.fd using printfd. * tests/btrfs.c (btrfs_print_vol_args_v2, btrfs_test_subvol_ioctls, btrfs_test_device_ioctls, btrfs_test_clone_ioctls, btrfs_test_send_ioctl): Update.
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.