Home
last modified time | relevance | path

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

/external/fio/
Dcconv.c42 free(o->hist_log_file); in free_thread_options_to_cpu()
78 string_to_cpu(&o->hist_log_file, top->hist_log_file); in convert_thread_options_to_cpu()
328 string_to_net(top->hist_log_file, o->hist_log_file); in convert_thread_options_to_net()
Dthread_options.h253 char *hist_log_file; member
523 uint8_t hist_log_file[FIO_TOP_STR_MAX]; member
Dinit.c1429 const char *pre = o->hist_log_file ? o->hist_log_file : o->name; in add_job()
Doptions.c1436 td->o.hist_log_file = strdup(str); in str_write_hist_log_cb()
3759 .off1 = offsetof(struct thread_options, hist_log_file),