Searched refs:plot_io_legend (Results 1 – 1 of 1) sorted by relevance
/external/blktrace/iowatcher/ |
D | main.c | 719 static void plot_io_legend(struct plot *plot, struct graph_dot_data *gdd, char *prefix, char *rw) in plot_io_legend() function 760 plot_io_legend(plot, tf->gdd_writes[i], prefix, " Writes"); in plot_io() 764 plot_io_legend(plot, tf->gdd_reads[i], prefix, " Reads"); in plot_io() 1162 plot_io_legend(plot, tf->gdd_reads[pid], prefix, " Reads"); in plot_io_movie() 1164 plot_io_legend(plot, tf->gdd_writes[pid], prefix, " Writes"); in plot_io_movie()
|