Searched refs:scale_line_graph_bytes (Results 1 – 3 of 3) sorted by relevance
/external/blktrace/iowatcher/ |
D | plot.h | 156 void scale_line_graph_bytes(u64 *max, char **units, u64 factor);
|
D | main.c | 808 scale_line_graph_bytes(&max, &units, 1024); in plot_tput() 867 scale_line_graph_bytes(&max, &units, 1024); in plot_fio_tput() 1276 scale_line_graph_bytes(&max, &units, 1000); in plot_iops()
|
D | plot.c | 723 void scale_line_graph_bytes(u64 *max, char **units, u64 factor) in scale_line_graph_bytes() function
|