Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dmain.c143 static int num_fio_traces = 0; variable
271 num_fio_traces++; in add_fio_trace_file()
845 if (num_fio_traces == 0 || active_graphs[FIO_GRAPH_INDEX] == 0) in plot_fio_tput()
848 if (num_fio_traces > 1) in plot_fio_tput()
849 svg_alloc_legend(plot, num_fio_traces); in plot_fio_tput()
876 if (num_fio_traces > 1) in plot_fio_tput()
884 if (num_fio_traces > 1) in plot_fio_tput()
1705 else if (num_traces >= 1 || num_fio_traces >= 1) in main()