commit | d57cc26bf098d2a362a51fb26def39dec0bb4fd4 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue May 24 01:15:18 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue May 24 14:52:27 2016 +0000 |
tree | 2f420682bda8eb237e5cb422009ff2b626b7b830 | |
parent | 82b9e34e7c844c54484f8169c79e737528188b73 [diff] |
btrfs.c: use print_array * btrfs.c (print_btrfs_data_container_logical_ino, print_btrfs_data_container_ino_path, print_uint64, print_btrfs_ioctl_search_header, print_objectid_callback, print_btrfs_ioctl_space_info): New functions. (btrfs_print_logical_ino_container, btrfs_print_ino_path_container): Rewrite printers of struct btrfs_data_container.val array using print_array. (btrfs_print_qgroup_inherit): Rewrite printer of struct btrfs_qgroup_inherit.qgroups array using print_array. (btrfs_print_tree_search): Rewrite printer of struct btrfs_ioctl_search_header array using print_array. (btrfs_ioctl): Rewrite printer of struct btrfs_ioctl_send_args.clone_sources and struct btrfs_ioctl_space_args.spaces using print_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.