Searched refs:exec_postrun (Results 1 – 6 of 6) sorted by relevance
219 char *exec_postrun; member443 uint8_t exec_postrun[FIO_TOP_STR_MAX]; member
41 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()
1593 if (o->exec_postrun) in thread_main()1594 exec_string(o, o->exec_postrun, (const char *)"postrun"); in thread_main()
2626 .off1 = td_var_offset(exec_postrun),
1478 exec_postrun=str After the job completes, issue the command specified
68 -A cmd_to_run : System command to run after each job (exec_postrun in fio)