]> git.ipfire.org Git - thirdparty/zstd.git/commit
[util] Add traces enabled by --trace-file-stat
authorNick Terrell <terrelln@fb.com>
Thu, 22 Dec 2022 01:00:44 +0000 (17:00 -0800)
committerNick Terrell <terrelln@fb.com>
Thu, 22 Dec 2022 01:19:34 +0000 (17:19 -0800)
commitb6e8112261a0d60476d52a10be8fd3be0287996d
tree5dbf6e11f8911b51ff424d3a77d9132efedc5dff
parent7607b96ed953248a439dbcdcbda702201e194a16
[util] Add traces enabled by --trace-file-stat

Print traces to stderr when --trace-file-stat is passed.
We trace all functions that read and write file metadata.
programs/util.c
programs/util.h
programs/zstdcli.c