Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h219 char *exec_postrun; member
443 uint8_t exec_postrun[FIO_TOP_STR_MAX]; member
Dcconv.c41 free(o->exec_postrun); in free_thread_options_to_cpu()
70 string_to_cpu(&o->exec_postrun, top->exec_postrun); in convert_thread_options_to_cpu()
279 string_to_net(top->exec_postrun, o->exec_postrun); in convert_thread_options_to_net()
Dbackend.c1593 if (o->exec_postrun) in thread_main()
1594 exec_string(o, o->exec_postrun, (const char *)"postrun"); in thread_main()
Doptions.c2626 .off1 = td_var_offset(exec_postrun),
DHOWTO1478 exec_postrun=str After the job completes, issue the command specified
/external/fio/tools/
Dgenfio68 -A cmd_to_run : System command to run after each job (exec_postrun in fio)