Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dmain.c789 val = line_graph_roll_avg_max(tf->tput_writes_gld); in plot_tput()
792 val = line_graph_roll_avg_max(tf->tput_reads_gld); in plot_tput()
852 val = line_graph_roll_avg_max(tf->fio_gld); in plot_fio_tput()
1008 val = line_graph_roll_avg_max(tf->queue_depth_gld); in plot_queue_depth()
1217 val = line_graph_roll_avg_max(tf->latency_gld); in plot_latency()
1261 val = line_graph_roll_avg_max(tf->iop_gld); in plot_iops()
Dplot.h140 double line_graph_roll_avg_max(struct graph_line_data *gld);
Dplot.c770 double line_graph_roll_avg_max(struct graph_line_data *gld) in line_graph_roll_avg_max() function