X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.h;h=e9551381ce7b7fd10092c195033ff2b911f2aa75;hp=b4ba71e3b0df3b9131e46132622e5cc4c88de78b;hb=96563db9995c5cebdce526f2bf97923153d4456b;hpb=9a0ac6c7b69355ea095f06c6b0a08115c946dd61 diff --git a/stat.h b/stat.h index b4ba71e3..e9551381 100644 --- a/stat.h +++ b/stat.h @@ -246,6 +246,9 @@ struct thread_stat { uint64_t *ss_bw_data; uint64_t pad5; }; + + uint64_t cachehit; + uint64_t cachemiss; } __attribute__((packed)); struct jobs_eta {