Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dmain.c816 svg_line_graph(plot, tf->tput_writes_gld, tf->writes_color, 0, 0); in plot_tput()
821 svg_line_graph(plot, tf->tput_reads_gld, tf->reads_color, 0, 0); in plot_tput()
875 svg_line_graph(plot, tf->fio_gld, tf->line_color, 0, 0); in plot_fio_tput()
943 svg_line_graph(plot, tf->mpstat_gld[0], color, 0, 0); in plot_cpu()
971 svg_line_graph(plot, gld, color, avg + 30, 95); in plot_cpu()
1021 svg_line_graph(plot, tf->queue_depth_gld, tf->line_color, 0, 0); in plot_queue_depth()
1237 svg_line_graph(plot, tf->latency_gld, tf->line_color, 0, 0); in plot_latency()
1283 svg_line_graph(plot, tf->iop_gld, tf->line_color, 0, 0); in plot_iops()
Dplot.h141 int svg_line_graph(struct plot *plot, struct graph_line_data *gld, char *color, int thresh1, int th…
Dplot.c785 int svg_line_graph(struct plot *plot, struct graph_line_data *gld, char *color, int thresh1, int th… in svg_line_graph() function