X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=idletime.h;h=bd6dcef022659979919d4c7778e0dfebb9cae6cc;hb=82407585a3b3b10281428e4ca9c2d3e7dfca7392;hp=acb8407d982a1242b47549c7e406a3f294713973;hpb=f2a2ce0eedb44eaa8689e4cbfa77c79b1751b216;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 {