X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=idletime.h;h=bd6dcef022659979919d4c7778e0dfebb9cae6cc;hb=4fbe186054f09654f31c9a77b743d2aa40c85e54;hp=acb8407d982a1242b47549c7e406a3f294713973;hpb=95820b6e6c92025df8d89c0bf39b174e53137c41;p=fio.git diff --git a/idletime.h b/idletime.h index acb8407d..bd6dcef0 100644 --- a/idletime.h +++ b/idletime.h @@ -27,13 +27,15 @@ struct idle_prof_thread { int state; struct timeval tps; struct timeval tpe; - double cali_time; /* microseconds to finish a unit wrok */ + double cali_time; /* microseconds to finish a unit work */ double loops; double idleness; unsigned char *data; /* bytes to be touched */ pthread_cond_t cond; pthread_mutex_t init_lock; pthread_mutex_t start_lock; + + os_cpu_mask_t cpu_mask; }; struct idle_prof_common {