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

  /external/fio/
iolog.h 73 struct io_log { struct
142 static inline void io_sample_set_ddir(struct io_log *log,
157 static inline size_t log_entry_sz(struct io_log *log)
162 static inline size_t log_sample_sz(struct io_log *log, struct io_logs *cur_log)
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,
239 extern size_t log_chunk_sizes(struct io_log *);
260 static inline bool per_unit_log(struct io_log *log)
265 static inline bool inline_log(struct io_log *log
    [all...]
iolog.c 23 static int iolog_flush(struct io_log *log);
597 void setup_log(struct io_log **log, struct log_params *p,
600 struct io_log *l;
677 void free_log(struct io_log *log)
798 struct io_log *log;
937 static int inflate_gz_chunks(struct io_log *log, FILE *f)
1053 static int inflate_gz_chunks(struct io_log *log, FILE *f)
1066 void flush_log(struct io_log *log, bool do_append)
1103 static int finish_log(struct thread_data *td, struct io_log *log, int trylock)
1124 size_t log_chunk_sizes(struct io_log *log
    [all...]
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;
server.h 230 extern int fio_send_iolog(struct thread_data *, struct io_log *, const char *);
stat.h 311 extern struct io_log *agg_io_log[DDIR_RWDIR_CNT];
stat.c     [all...]
server.c     [all...]
backend.c 70 struct io_log *agg_io_log[DDIR_RWDIR_CNT];
    [all...]

Completed in 176 milliseconds