Searched refs:svg_add_legend (Results 1 – 3 of 3) sorted by relevance
/external/blktrace/iowatcher/ |
D | main.c | 731 svg_add_legend(plot, label, rw, gdd->color); in plot_io_legend() 818 svg_add_legend(plot, tf->label, " Writes", tf->writes_color); in plot_tput() 823 svg_add_legend(plot, tf->label, " Reads", tf->reads_color); in plot_tput() 877 svg_add_legend(plot, tf->label, "", tf->line_color); in plot_fio_tput() 944 svg_add_legend(plot, tf->label, " avg", color); in plot_cpu() 973 svg_add_legend(plot, tf->label, line, color); in plot_cpu() 1023 svg_add_legend(plot, tf->label, "", tf->line_color); in plot_queue_depth() 1239 svg_add_legend(plot, tf->label, "", tf->line_color); in plot_latency() 1285 svg_add_legend(plot, tf->label, "", tf->line_color); in plot_iops()
|
D | plot.h | 160 void svg_add_legend(struct plot *plot, char *text, char *extra, char *color);
|
D | plot.c | 1090 void svg_add_legend(struct plot *plot, char *text, char *extra, char *color) in svg_add_legend() function
|