Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dmain.c746 svg_alloc_legend(plot, count_io_plot_types() * 2); in plot_io()
786 svg_alloc_legend(plot, num_traces * 2); in plot_tput()
849 svg_alloc_legend(plot, num_fio_traces); in plot_fio_tput()
918 svg_alloc_legend(plot, num_traces * max); in plot_cpu()
1005 svg_alloc_legend(plot, num_traces); in plot_queue_depth()
1155 svg_alloc_legend(plot, count_io_plot_types() * 2); in plot_io_movie()
1214 svg_alloc_legend(plot, num_traces); in plot_latency()
1272 svg_alloc_legend(plot, num_traces); in plot_iops()
Dplot.h161 void svg_alloc_legend(struct plot *plot, int num_lines);
Dplot.c1045 void svg_alloc_legend(struct plot *plot, int num_lines) in svg_alloc_legend() function