commit | 62ab1aadcccd037a7ced4ed99b4d46d2b4190183 | [log] [tgz] |
---|---|---|
author | Johannes Thumshirn <johannes.thumshirn@wdc.com> | Wed Jan 27 05:21:15 2021 +0900 |
committer | Damien Le Moal <damien.lemoal@wdc.com> | Tue Feb 16 09:59:54 2021 +0900 |
tree | f6423157260b368f67d29eb566263bd2f5565691 | |
parent | 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04 [diff] |
zonefs: add tracepoints for file operations Add tracepoints for file I/O operations to aid in debugging of I/O errors with zonefs. The added tracepoints are in: - zonefs_zone_mgmt() for tracing zone management operations - zonefs_iomap_begin() for tracing regular file I/O - zonefs_file_dio_append() for tracing zone-append operations Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>