• Home
  • Raw
  • Download

Lines Matching refs:min_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()
311 tf->fio_gld = alloc_line_data(tf->min_seconds, in setup_trace_file_graphs()
550 static void set_all_minmax_tf(unsigned int min_seconds, in set_all_minmax_tf() argument
558 tf->min_seconds = min_seconds; in set_all_minmax_tf()
563 tf->mpstat_min_seconds = min_seconds; in set_all_minmax_tf()
735 static void plot_io(struct plot *plot, unsigned int min_seconds, in plot_io() argument
752 set_xticks(plot, num_xticks, min_seconds, max_seconds); in plot_io()
774 static void plot_tput(struct plot *plot, unsigned int min_seconds, in plot_tput() argument
812 set_xticks(plot, num_xticks, min_seconds, max_seconds); in plot_tput()
838 unsigned int min_seconds, unsigned int max_seconds) in plot_fio_tput() argument
872 set_xticks(plot, num_xticks, min_seconds, max_seconds); in plot_fio_tput()
933 for (gld_i = tf->mpstat_gld[0]->min_seconds; in plot_cpu()
941 tf->mpstat_gld[gld_index]->min_seconds; in plot_cpu()
950 for (gld_i = gld->min_seconds; in plot_cpu()
958 this_avg /= gld->stop_seconds - gld->min_seconds; in plot_cpu()
960 for (gld_i = gld->min_seconds; in plot_cpu()
993 static void plot_queue_depth(struct plot *plot, unsigned int min_seconds, in plot_queue_depth() argument
1018 set_xticks(plot, num_xticks, min_seconds, max_seconds); in plot_queue_depth()
1135 plot_tput(plot, tf->min_seconds, tf->max_seconds, 0); in plot_io_movie()
1141 plot_queue_depth(plot, tf->min_seconds, tf->max_seconds); in plot_io_movie()
1202 static void plot_latency(struct plot *plot, unsigned int min_seconds, in plot_latency() argument
1234 set_xticks(plot, num_xticks, min_seconds, max_seconds); in plot_latency()
1250 static void plot_iops(struct plot *plot, unsigned int min_seconds, in plot_iops() argument
1280 set_xticks(plot, num_xticks, min_seconds, max_seconds); in plot_iops()
1594 unsigned int min_seconds = 0; in main() local
1674 min_seconds = min_time; in main()
1683 set_all_minmax_tf(min_seconds, max_seconds, min_offset, max_offset); in main()
1716 plot_io(plot, min_seconds, max_seconds, min_offset, max_offset); in main()
1729 plot_tput(plot, min_seconds, max_seconds, 1); in main()
1732 plot_fio_tput(plot, min_seconds, max_seconds); in main()
1755 plot_latency(plot, min_seconds, max_seconds); in main()
1758 plot_queue_depth(plot, min_seconds, max_seconds); in main()
1761 plot_iops(plot, min_seconds, max_seconds); in main()