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

  /external/blktrace/iowatcher/
blkparse.h 83 char *line_color; member in struct:trace_file
main.c 253 tf->line_color = "black";
269 tf->line_color = pick_fio_color();
378 tf->line_color = tf->gdd_reads[i]->color;
382 tf->line_color = tf->gdd_writes[i]->color;
389 tf->reads_color = tf->line_color;
391 tf->writes_color = tf->line_color;
875 svg_line_graph(plot, tf->fio_gld, tf->line_color, 0, 0);
877 svg_add_legend(plot, tf->label, "", tf->line_color);
1021 svg_line_graph(plot, tf->queue_depth_gld, tf->line_color, 0, 0);
1023 svg_add_legend(plot, tf->label, "", tf->line_color);
    [all...]

Completed in 5160 milliseconds