Home
last modified time | relevance | path

Searched refs:log_type (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/bin/
Dfio_util.py312 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/
Diolog.h61 unsigned int log_type; member
197 int log_type; member
Diolog.c569 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()
Dserver.h177 uint32_t log_type; member
Dinit.c1210 .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()
Dclient.c1320 ret->log_type = le32_to_cpu(ret->log_type); in convert_iolog()
Dserver.c1315 pdu.log_type = cpu_to_le32(log->log_type); in fio_send_iolog()
Dbackend.c2202 .log_type = IO_LOG_TYPE_BW, in fio_backend()
Dgclient.c697 …printf("got iolog: name=%s, type=%u, entries=%lu\n", pdu->name, pdu->log_type, (unsigned long) pdu…