Lines Matching refs:stop_seconds
286 tf->tput_reads_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
287 tf->tput_writes_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
288 tf->latency_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
289 tf->queue_depth_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
291 tf->iop_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
313 tf->stop_seconds); in setup_trace_file_graphs()
343 tf->stop_seconds = SECONDS(last_time) + 1; in read_traces()
366 tf->stop_seconds = tf->trace->fio_seconds; in read_traces()
560 if (tf->stop_seconds > max_seconds) in set_all_minmax_tf()
561 tf->stop_seconds = max_seconds; in set_all_minmax_tf()
934 gld_i < tf->mpstat_gld[0]->stop_seconds; gld_i++) { in plot_cpu()
940 avg /= tf->mpstat_gld[gld_index]->stop_seconds - in plot_cpu()
951 gld_i < gld->stop_seconds; gld_i++) { in plot_cpu()
958 this_avg /= gld->stop_seconds - gld->min_seconds; in plot_cpu()
961 gld_i < gld->stop_seconds; gld_i++) { in plot_cpu()