Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dmain.c731 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()
Dplot.h160 void svg_add_legend(struct plot *plot, char *text, char *extra, char *color);
Dplot.c1090 void svg_add_legend(struct plot *plot, char *text, char *extra, char *color) in svg_add_legend() function