Searched refs:iolog (Results 1 – 8 of 8) sorted by relevance
1978 static struct io_logs *get_new_log(struct io_log *iolog) in get_new_log() argument1987 if (!iolog->cur_log_max) in get_new_log()1990 new_samples = iolog->cur_log_max * 2; in get_new_log()1995 new_size = new_samples * log_entry_sz(iolog); in get_new_log()2004 flist_add_tail(&cur_log->list, &iolog->io_logs); in get_new_log()2005 iolog->cur_log_max = new_samples; in get_new_log()2017 static struct io_logs *regrow_log(struct io_log *iolog) in regrow_log() argument2022 if (!iolog || iolog->disabled) in regrow_log()2025 cur_log = iolog_cur_log(iolog); in regrow_log()2027 cur_log = get_new_log(iolog); in regrow_log()[all …]
178 static inline struct io_sample *get_sample(struct io_log *iolog, in get_sample() argument182 return __get_sample(cur_log->log, iolog->log_offset, sample); in get_sample()
105 "iolog.c",
204 unsigned int iolog; member474 uint32_t iolog; member
239 o->iolog = le32_to_cpu(top->iolog); in convert_thread_options_to_cpu()425 top->iolog = cpu_to_le32(o->iolog); in convert_thread_options_to_net()
1397 uint64_t iolog_nr_samples(struct io_log *iolog) in iolog_nr_samples() argument1402 flist_for_each(entry, &iolog->io_logs) { in iolog_nr_samples()
46 server.c client.c iolog.c backend.c libfio.c flow.c cconv.c \
2091 Open an iolog with the specified file name and replay the I/O patterns it2093 later. The iolog given may also be a blktrace binary file, which allows fio2118 in the blktrace or iolog to be replayed onto :file:`/dev/sdc`. This means2694 If this is set, the iolog options will include the byte offset for the I/O3259 fio version 2 iolog