Add -replay_skip support for fio-generated I/O logs
authorHorshack <horshack@live.com>
Thu, 2 Feb 2023 16:37:01 +0000 (11:37 -0500)
committerHorshack <horshack@live.com>
Fri, 3 Feb 2023 14:28:10 +0000 (09:28 -0500)
commitff6131afb6af08707ee36cb0397dc607795eaa53
tree8302e07c53986b11f5417755863be3682ad867fe
parent7d7a704638a1e957c845c04eeac82bdeda0c674c
Add -replay_skip support for fio-generated I/O logs

-replay_skip is an existing option to specify classes of I/Os to skip
(read, write, etc..) when replaying I/Os via the -read_iolog option.
The code currently only implements -replay_skip for blktrace I/O logs.
This pull request adds -replay_skip support for logs generated by fio
via the -write_iolog feature.

Signed-off-by: Adam Horshack (horshack@live.com)
iolog.c