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

  /external/fio/
iolog.h 42 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];
fio.h 109 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;
iolog.c 541 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,
server.h 182 extern int fio_send_iolog(struct thread_data *, struct io_log *, const char *);
stat.c     [all...]
server.c 1163 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)
    [all...]
backend.c 67 struct io_log *agg_io_log[DDIR_RWDIR_CNT];
    [all...]

Completed in 374 milliseconds