Searched refs:log_type (Results 1 – 9 of 9) sorted by relevance
/external/autotest/client/bin/ |
D | fio_util.py | 312 for log_type in log_types: 313 logging.info('log_type %s', log_type) 314 logs = utils.system_output('ls *_%s.*log' % log_type, ignore_status=True) 344 fio_graph_generator(current_job, log_type, pass_list).run() 350 fio_graph_generator(current_job, log_type, pass_list).run() 353 cmd = 'mv *_%s.*log results' % log_type
|
/external/fio/ |
D | iolog.h | 61 unsigned int log_type; member 197 int log_type; member
|
D | iolog.c | 569 l->log_type = p->log_type; in setup_log() 1203 struct log_type { struct 1208 static struct log_type log_types[] = { argument 1245 struct log_type *lt = &log_types[i]; in fio_writeout_logs()
|
D | server.h | 177 uint32_t log_type; member
|
D | init.c | 1210 .log_type = IO_LOG_TYPE_LAT, in add_job() 1236 .log_type = IO_LOG_TYPE_BW, in add_job() 1256 .log_type = IO_LOG_TYPE_IOPS, in add_job()
|
D | client.c | 1320 ret->log_type = le32_to_cpu(ret->log_type); in convert_iolog()
|
D | server.c | 1315 pdu.log_type = cpu_to_le32(log->log_type); in fio_send_iolog()
|
D | backend.c | 2202 .log_type = IO_LOG_TYPE_BW, in fio_backend()
|
D | gclient.c | 697 …printf("got iolog: name=%s, type=%u, entries=%lu\n", pdu->name, pdu->log_type, (unsigned long) pdu…
|