Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h312 unsigned int per_job_logs; member
583 uint32_t per_job_logs; member
Dcconv.c288 o->per_job_logs = le32_to_cpu(top->per_job_logs); in convert_thread_options_to_cpu()
474 top->per_job_logs = cpu_to_le32(o->per_job_logs); in convert_thread_options_to_net()
Dinit.c1406 td->thread_number, suf, o->per_job_logs); in add_job()
1410 td->thread_number, suf, o->per_job_logs); in add_job()
1414 td->thread_number, suf, o->per_job_logs); in add_job()
1445 td->thread_number, suf, o->per_job_logs); in add_job()
1477 td->thread_number, suf, o->per_job_logs); in add_job()
1508 td->thread_number, suf, o->per_job_logs); in add_job()
Diolog.c1117 flush_log(log, !td->o.per_job_logs); in finish_log()
DHOWTO2588 .. option:: per_job_logs=bool
2624 :option:`per_job_logs` is false, then the filename will not include the job
2640 logs automatically. If :option:`per_job_logs` is false, then the filename
2649 fio will still append the type of log. If :option:`per_job_logs` is false,
2658 log. If :option:`per_job_logs` is false, then the filename will not include
Doptions.c3687 .off1 = offsetof(struct thread_options, per_job_logs),