Home
last modified time | relevance | path

Searched refs:io_log (Results 1 – 7 of 7) sorted by relevance

/external/fio/
Diolog.h47 struct io_log { struct
102 static inline void io_sample_set_ddir(struct io_log *log, in io_sample_set_ddir() argument
117 static inline size_t log_entry_sz(struct io_log *log) in log_entry_sz()
128 static inline struct io_sample *get_sample(struct io_log *iolog, in get_sample()
217 extern void setup_log(struct io_log **, struct log_params *, const char *);
218 extern void flush_log(struct io_log *);
219 extern void free_log(struct io_log *);
220 extern struct io_log *agg_io_log[DDIR_RWDIR_CNT];
224 extern int iolog_flush(struct io_log *, int);
Diolog.c561 void setup_log(struct io_log **log, struct log_params *p, in setup_log()
564 struct io_log *l; in setup_log()
619 void free_log(struct io_log *log) in free_log()
664 struct io_log *log;
807 static int inflate_gz_chunks(struct io_log *log, FILE *f) in inflate_gz_chunks()
923 static int inflate_gz_chunks(struct io_log *log, FILE *f) in inflate_gz_chunks()
936 void flush_log(struct io_log *log) in flush_log()
957 static int finish_log(struct thread_data *td, struct io_log *log, int trylock) in finish_log()
1089 int iolog_flush(struct io_log *log, int wait) in iolog_flush()
1136 int iolog_flush(struct io_log *log, int wait) in iolog_flush()
[all …]
Dfio.h113 struct io_log *slat_log;
114 struct io_log *clat_log;
115 struct io_log *lat_log;
116 struct io_log *bw_log;
117 struct io_log *iops_log;
Dserver.h208 extern int fio_send_iolog(struct thread_data *, struct io_log *, const char *);
Dstat.c1567 static void __add_log_sample(struct io_log *iolog, unsigned long val, in __add_log_sample()
1663 static void _add_stat_to_log(struct io_log *iolog, unsigned long elapsed) in _add_stat_to_log()
1694 static void add_log_sample(struct thread_data *td, struct io_log *iolog, in add_log_sample()
1752 struct io_log *iolog; in add_agg_sample()
Dbackend.c71 struct io_log *agg_io_log[DDIR_RWDIR_CNT];
2229 struct io_log *log = agg_io_log[i]; in fio_backend()
Dserver.c1253 static int fio_send_iolog_gz(struct cmd_iolog_pdu *pdu, struct io_log *log) in fio_send_iolog_gz()
1308 int fio_send_iolog(struct thread_data *td, struct io_log *log, const char *name) in fio_send_iolog()