Home
last modified time | relevance | path

Searched refs:log_entry_sz (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Diolog.h157 static inline size_t log_entry_sz(struct io_log *log) in log_entry_sz() function
164 return cur_log->nr_samples * log_entry_sz(log); in log_sample_sz()
Diolog.c632 p->log = calloc(p->max_samples, log_entry_sz(l)); in setup_log()
1171 stream.avail_in = data->nr_samples * log_entry_sz(data->log); in gz_work()
Dserver.c1733 int sample_sz = log_entry_sz(log); in __fio_append_iolog_gz_hist()
1787 stream->avail_in = cur_log->nr_samples * log_entry_sz(log); in __fio_append_iolog_gz()
1910 size = cur_log->nr_samples * log_entry_sz(log); in fio_append_text_log()
Dstat.c1995 new_size = new_samples * log_entry_sz(iolog); in get_new_log()
2066 memcpy(dst, src, log_entry_sz(iolog)); in regrow_log()