Lines Matching defs:trace_file
70 struct trace_file { struct
71 struct list_head list;
72 char *filename;
73 char *label;
74 struct trace *trace;
75 unsigned int stop_seconds; /* Time when trace stops */
76 unsigned int min_seconds; /* Beginning of the interval we should plot */
77 unsigned int max_seconds; /* End of the interval we should plot */
78 u64 min_offset;
79 u64 max_offset;
81 char *reads_color;
82 char *writes_color;
83 char *line_color;
85 struct graph_line_data *tput_writes_gld;
86 struct graph_line_data *tput_reads_gld;
87 struct graph_line_data *iop_gld;
88 struct graph_line_data *latency_gld;
89 struct graph_line_data *queue_depth_gld;
91 int fio_trace;
92 struct graph_line_data *fio_gld;
95 int io_plots;
98 int io_plots_allocated;
99 struct graph_dot_data **gdd_writes;
100 struct graph_dot_data **gdd_reads;
102 unsigned int mpstat_min_seconds;
103 unsigned int mpstat_max_seconds;
104 unsigned int mpstat_stop_seconds;
105 struct graph_line_data **mpstat_gld;