Home
last modified time | relevance | path

Searched refs:iolog (Results 1 – 8 of 8) sorted by relevance

/external/fio/
Dstat.c1978 static struct io_logs *get_new_log(struct io_log *iolog) in get_new_log() argument
1987 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() argument
2022 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 …]
Diolog.h178 static inline struct io_sample *get_sample(struct io_log *iolog, in get_sample() argument
182 return __get_sample(cur_log->log, iolog->log_offset, sample); in get_sample()
DAndroid.bp105 "iolog.c",
Dthread_options.h204 unsigned int iolog; member
474 uint32_t iolog; member
Dcconv.c239 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()
Diolog.c1397 uint64_t iolog_nr_samples(struct io_log *iolog) in iolog_nr_samples() argument
1402 flist_for_each(entry, &iolog->io_logs) { in iolog_nr_samples()
DMakefile46 server.c client.c iolog.c backend.c libfio.c flow.c cconv.c \
DHOWTO2091 Open an iolog with the specified file name and replay the I/O patterns it
2093 later. The iolog given may also be a blktrace binary file, which allows fio
2118 in the blktrace or iolog to be replayed onto :file:`/dev/sdc`. This means
2694 If this is set, the iolog options will include the byte offset for the I/O
3259 fio version 2 iolog