Searched refs:io_log (Results 1 – 8 of 8) sorted by relevance
/external/fio/ |
D | iolog.h | 73 struct io_log { struct 142 static inline void io_sample_set_ddir(struct io_log *log, in io_sample_set_ddir() argument 157 static inline size_t log_entry_sz(struct io_log *log) in log_entry_sz() 162 static inline size_t log_sample_sz(struct io_log *log, struct io_logs *cur_log) in log_sample_sz() 174 struct io_logs *iolog_cur_log(struct io_log *); 175 uint64_t iolog_nr_samples(struct io_log *); 178 static inline struct io_sample *get_sample(struct io_log *iolog, in get_sample() 239 extern size_t log_chunk_sizes(struct io_log *); 260 static inline bool per_unit_log(struct io_log *log) in per_unit_log() 265 static inline bool inline_log(struct io_log *log) in inline_log() [all …]
|
D | iolog.c | 23 static int iolog_flush(struct io_log *log); 597 void setup_log(struct io_log **log, struct log_params *p, in setup_log() 600 struct io_log *l; in setup_log() 677 void free_log(struct io_log *log) in free_log() 798 struct io_log *log; 937 static int inflate_gz_chunks(struct io_log *log, FILE *f) in inflate_gz_chunks() 1053 static int inflate_gz_chunks(struct io_log *log, FILE *f) in inflate_gz_chunks() 1066 void flush_log(struct io_log *log, bool do_append) in flush_log() 1103 static int finish_log(struct thread_data *td, struct io_log *log, int trylock) in finish_log() 1124 size_t log_chunk_sizes(struct io_log *log) in log_chunk_sizes() [all …]
|
D | fio.h | 156 struct io_log *slat_log; 157 struct io_log *clat_log; 158 struct io_log *clat_hist_log; 159 struct io_log *lat_log; 160 struct io_log *bw_log; 161 struct io_log *iops_log;
|
D | server.h | 230 extern int fio_send_iolog(struct thread_data *, struct io_log *, const char *);
|
D | stat.c | 1978 static struct io_logs *get_new_log(struct io_log *iolog) in get_new_log() 2017 static struct io_logs *regrow_log(struct io_log *iolog) in regrow_log() 2089 static struct io_logs *get_cur_log(struct io_log *iolog) in get_cur_log() 2119 static void __add_log_sample(struct io_log *iolog, union io_sample_data data, in __add_log_sample() 2197 static void __add_stat_to_log(struct io_log *iolog, enum fio_ddir ddir, in __add_stat_to_log() 2219 static void _add_stat_to_log(struct io_log *iolog, unsigned long elapsed, in _add_stat_to_log() 2228 static long add_log_sample(struct thread_data *td, struct io_log *iolog, in add_log_sample() 2293 struct io_log *iolog; in add_agg_sample() 2316 struct io_log *iolog = td->clat_hist_log; in add_clat_sample() 2433 struct io_stat *stat, struct io_log *log, in __add_samples()
|
D | server.c | 1727 static int __fio_append_iolog_gz_hist(struct sk_entry *first, struct io_log *log, in __fio_append_iolog_gz_hist() 1776 static int __fio_append_iolog_gz(struct sk_entry *first, struct io_log *log, in __fio_append_iolog_gz() 1818 static int fio_append_iolog_gz(struct sk_entry *first, struct io_log *log) in fio_append_iolog_gz() 1874 static int fio_append_iolog_gz(struct sk_entry *first, struct io_log *log) in fio_append_iolog_gz() 1880 static int fio_append_gz_chunks(struct sk_entry *first, struct io_log *log) in fio_append_gz_chunks() 1899 static int fio_append_text_log(struct sk_entry *first, struct io_log *log) in fio_append_text_log() 1920 int fio_send_iolog(struct thread_data *td, struct io_log *log, const char *name) in fio_send_iolog()
|
D | stat.h | 311 extern struct io_log *agg_io_log[DDIR_RWDIR_CNT];
|
D | backend.c | 70 struct io_log *agg_io_log[DDIR_RWDIR_CNT]; 2425 struct io_log *log = agg_io_log[i]; in fio_backend()
|