HomeSort by relevance Sort by last modified time
    Searched refs:lat_log_file (Results 1 - 5 of 5) sorted by null

  /external/fio/
thread_options.h 206 char *lat_log_file; member in struct:thread_options
424 uint8_t lat_log_file[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
iolog.c 665 return write_this_log(td, td->slat_log, o->lat_log_file, "slat", try);
672 return write_this_log(td, td->clat_log, o->lat_log_file, "clat" , try);
679 return write_this_log(td, td->lat_log, o->lat_log_file, "lat", try);
cconv.c 37 free(o->lat_log_file);
63 string_to_cpu(&o->lat_log_file, top->lat_log_file);
268 string_to_net(top->lat_log_file, o->lat_log_file);
init.c 1130 if (o->lat_log_file || write_lat_log) {
    [all...]
options.c     [all...]

Completed in 53 milliseconds