Home
last modified time | relevance | path

Searched refs:exec_prerun (Results 1 – 6 of 6) sorted by relevance

/external/fio/
Dthread_options.h218 char *exec_prerun; member
442 uint8_t exec_prerun[FIO_TOP_STR_MAX]; member
Dcconv.c40 free(o->exec_prerun); in free_thread_options_to_cpu()
69 string_to_cpu(&o->exec_prerun, top->exec_prerun); in convert_thread_options_to_cpu()
278 string_to_net(top->exec_prerun, o->exec_prerun); in convert_thread_options_to_net()
Dbackend.c1483 if (o->exec_prerun && exec_string(o, o->exec_prerun, (const char *)"prerun")) in thread_main()
Doptions.c2617 .off1 = td_var_offset(exec_prerun),
DHOWTO1474 exec_prerun=str Before running this job, issue the command specified
/external/fio/tools/
Dgenfio69 -B cmd_to_run : System command to run before each job (exec_prerun in fio)