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

  /external/fio/
stat.c 2293 struct io_log *iolog; local
2316 struct io_log *iolog = td->clat_hist_log; local
    [all...]
iolog.h 178 static inline struct io_sample *get_sample(struct io_log *iolog,
182 return __get_sample(cur_log->log, iolog->log_offset, sample);
thread_options.h 204 unsigned int iolog; member in struct:thread_options
474 uint32_t iolog; member in struct:thread_options_pack
cconv.c 239 o->iolog = le32_to_cpu(top->iolog);
425 top->iolog = cpu_to_le32(o->iolog);
iolog.c 2 * Code related to writing an iolog of what a thread is doing, and to
25 static const char iolog_ver2[] = "fio version 2 iolog";
113 dprint(FD_FILE, "iolog: ignoring re-open of file %s\n",
120 td_verror(td, ret, "iolog open file");
163 dprint(FD_IO, "iolog: get %llu/%lu/%s\n", io_u->offset,
280 dprint(FD_IO, "iolog: overlap %llu/%lu, %llu/%lu\n",
346 * Read version 2 iolog data. It is enhanced to include per-file logging,
361 * Read in the read iolog and store it, reuse the infrastructure
396 log_err("fio: bad iolog file action: %s\n",
406 dprint(FD_FILE, "iolog: ignoring
    [all...]
Makefile 46 server.c client.c iolog.c backend.c libfio.c flow.c cconv.c \

Completed in 103 milliseconds