Home
last modified time | relevance | path

Searched refs:iops_log_file (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dcconv.c41 free(o->iops_log_file); in free_thread_options_to_cpu()
77 string_to_cpu(&o->iops_log_file, top->iops_log_file); in convert_thread_options_to_cpu()
327 string_to_net(top->iops_log_file, o->iops_log_file); in convert_thread_options_to_net()
Dthread_options.h252 char *iops_log_file; member
522 uint8_t iops_log_file[FIO_TOP_STR_MAX]; member
Dinit.c1491 const char *pre = o->iops_log_file ? o->iops_log_file : o->name; in add_job()
Doptions.c1425 td->o.iops_log_file = strdup(str); in str_write_iops_log_cb()
3717 .off1 = offsetof(struct thread_options, iops_log_file),