commit | dfcd741a5ad170f7fc4ccc0391d3dc92e2d5e3ab | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Mon Jun 13 22:05:44 2011 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Jun 13 23:03:11 2011 +0000 |
tree | aa59100a7a5e987fc7f41e293f0dde343314d4df | |
parent | 8884968a46f5413345de7b0085388a367eb9caae [diff] |
Enhance io_submit() decoding strace didn't decode important fields in the iocb passed to io_submit. This patch changes the code to dump them all. Also it prefixes the fields with names to make it easier to read. * desc.c (iocb_cmd_lookup, print_common_flags): New functions. (sys_io_submit): New iocb decoder.