Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dmain.c142 static int num_traces = 0; variable
254 num_traces++; in add_trace_file()
786 svg_alloc_legend(plot, num_traces * 2); in plot_tput()
918 svg_alloc_legend(plot, num_traces * max); in plot_cpu()
1004 if (num_traces > 1) in plot_queue_depth()
1005 svg_alloc_legend(plot, num_traces); in plot_queue_depth()
1022 if (num_traces > 1) in plot_queue_depth()
1028 if (num_traces > 1) in plot_queue_depth()
1213 if (num_traces > 1) in plot_latency()
1214 svg_alloc_legend(plot, num_traces); in plot_latency()
[all …]