Lines Matching defs:io_log
47 struct io_log { struct
51 uint64_t nr_samples;
52 uint64_t max_samples;
53 void *log;
55 unsigned int log_ddir_mask;
57 char *filename;
59 struct thread_data *td;
61 unsigned int log_type;
66 unsigned int disabled;
71 unsigned int log_offset;
76 unsigned int log_gz;
102 static inline void io_sample_set_ddir(struct io_log *log, in io_sample_set_ddir() argument