Home
last modified time | relevance | path

Searched refs:io_plots (Results 1 – 3 of 3) sorted by relevance

/external/blktrace/iowatcher/
Dmain.c376 for (i = 0; i < tf->io_plots; i++) { in pick_line_graph_color()
606 ph->read_pid_history = calloc(tf->io_plots, sizeof(struct pid_plot_history *)); in alloc_plot_history()
611 ph->write_pid_history = calloc(tf->io_plots, sizeof(struct pid_plot_history *)); in alloc_plot_history()
616 ph->pid_history_count = tf->io_plots; in alloc_plot_history()
617 for (i = 0; i < tf->io_plots; i++) { in alloc_plot_history()
709 for (i = 0; i < tf->io_plots; i++) { in count_io_plot_types()
757 for (i = 0; i < tf->io_plots; i++) { in plot_io()
1160 for (pid = 0; pid < tf->io_plots; pid++) { in plot_io_movie()
1169 for (pid = 0; pid < tf->io_plots; pid++) { in plot_io_movie()
Dblkparse.h95 int io_plots; member
Dblkparse.c1024 if (!tf->io_plots) in get_pid_map()
1025 tf->io_plots = 1; in get_pid_map()
1032 if (tf->io_plots == tf->io_plots_allocated) { in get_pid_map()
1045 pm->index = tf->io_plots++; in get_pid_map()