Searched refs:svg_alloc_legend (Results 1 – 3 of 3) sorted by relevance
/external/blktrace/iowatcher/ |
D | main.c | 746 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()
|
D | plot.h | 161 void svg_alloc_legend(struct plot *plot, int num_lines);
|
D | plot.c | 1045 void svg_alloc_legend(struct plot *plot, int num_lines) in svg_alloc_legend() function
|