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

/external/fio/
H A Diolog.h42 struct io_log { struct
135 extern void setup_log(struct io_log **, unsigned long, int);
136 extern void __finish_log(struct io_log *, const char *);
137 extern struct io_log *agg_io_log[DDIR_RWDIR_CNT];
H A Dfio.h109 struct io_log *slat_log;
110 struct io_log *clat_log;
111 struct io_log *lat_log;
112 struct io_log *bw_log;
113 struct io_log *iops_log;
H A Diolog.c541 void setup_log(struct io_log **log, unsigned long avg_msec, int log_type)
543 struct io_log *l = malloc(sizeof(*l));
580 void __finish_log(struct io_log *log, const char *name)
607 static int finish_log_named(struct thread_data *td, struct io_log *log,
632 static int finish_log(struct thread_data *td, struct io_log *log,
638 static int write_this_log(struct thread_data *td, struct io_log *log,
H A Dserver.h182 extern int fio_send_iolog(struct thread_data *, struct io_log *, const char *);
H A Dstat.c1564 static void __add_log_sample(struct io_log *iolog, unsigned long val,
1638 static void _add_stat_to_log(struct io_log *iolog, unsigned long elapsed)
1669 static void add_log_sample(struct thread_data *td, struct io_log *iolog,
1727 struct io_log *iolog;
H A Dserver.c1163 static int fio_send_iolog_gz(struct cmd_iolog_pdu *pdu, struct io_log *log)
1219 int fio_send_iolog(struct thread_data *td, struct io_log *log, const char *name)
H A Dbackend.c67 struct io_log *agg_io_log[DDIR_RWDIR_CNT];

Completed in 1443 milliseconds