HomeSort by relevance Sort by last modified time
    Searched refs:svg_add_legend (Results 1 - 3 of 3) sorted by null

  /external/blktrace/iowatcher/
plot.h 160 void svg_add_legend(struct plot *plot, char *text, char *extra, char *color);
main.c 731 svg_add_legend(plot, label, rw, gdd->color);
818 svg_add_legend(plot, tf->label, " Writes", tf->writes_color);
823 svg_add_legend(plot, tf->label, " Reads", tf->reads_color);
877 svg_add_legend(plot, tf->label, "", tf->line_color);
944 svg_add_legend(plot, tf->label, " avg", color);
973 svg_add_legend(plot, tf->label, line, color);
1023 svg_add_legend(plot, tf->label, "", tf->line_color);
1239 svg_add_legend(plot, tf->label, "", tf->line_color);
1285 svg_add_legend(plot, tf->label, "", tf->line_color);
    [all...]
plot.c 1090 void svg_add_legend(struct plot *plot, char *text, char *extra, char *color) function

Completed in 217 milliseconds