X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=df0d020089dede57b7c5ea700e6ea1b658f04e3d;hp=4d4af0a7917f12b5b666ca38ea06a038659dc3b3;hb=aee2ab6775d96609a4632703827c409a7f9abcca;hpb=518dac097ec305d76fab3f0f45ce785a3849d8b5 diff --git a/fio.h b/fio.h index 4d4af0a7..df0d0200 100644 --- a/fio.h +++ b/fio.h @@ -73,6 +73,7 @@ enum { TD_F_PROFILE_OPS = 64, TD_F_COMPRESS = 128, TD_F_NOIO = 256, + TD_F_COMPRESS_LOG = 512, }; enum { @@ -112,6 +113,8 @@ struct thread_data { struct io_log *bw_log; struct io_log *iops_log; + struct tp_data *tp_data; + uint64_t stat_io_bytes[DDIR_RWDIR_CNT]; struct timeval bw_sample_time;