Searched refs:read_iolog_file (Results 1 – 9 of 9) sorted by relevance
208 char *read_iolog_file; member432 uint8_t read_iolog_file[FIO_TOP_STR_MAX]; member
34 free(o->read_iolog_file); in free_thread_options_to_cpu()63 string_to_cpu(&o->read_iolog_file, top->read_iolog_file); in convert_thread_options_to_cpu()272 string_to_net(top->read_iolog_file, o->read_iolog_file); in convert_thread_options_to_net()
469 f = fopen(td->o.read_iolog_file, "r"); in init_iolog_read()541 if (td->o.read_iolog_file) { in init_iolog()548 if (is_blktrace(td->o.read_iolog_file, &need_swap)) in init_iolog()549 ret = load_blktrace(td, td->o.read_iolog_file, need_swap); in init_iolog()
292 if (td->o.read_iolog_file) in td_io_queue()363 if (td->o.read_iolog_file) in td_io_queue()
555 if (td->o.read_iolog_file || in fio_fill_issue_time()
529 if (o->write_iolog_file && o->read_iolog_file) { in fixup_options()934 if (o->read_iolog_file) in init_flags()1146 if (!o->filename && !td->files_index && !o->read_iolog_file) { in add_job()
769 if (o->read_iolog_file) in setup_files()950 if (!o->read_iolog_file) { in setup_files()
747 while ((td->o.read_iolog_file && !flist_empty(&td->io_log_list)) || in do_io()1264 while ((td->o.read_iolog_file && !flist_empty(&td->io_log_list)) || in do_dry_run()
2585 .off1 = td_var_offset(read_iolog_file),