Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dblkparse.h89 struct graph_line_data *queue_depth_gld; member
Dmain.c289 tf->queue_depth_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
441 add_pending_io(trace, tf->queue_depth_gld); in read_trace_events()
1008 val = line_graph_roll_avg_max(tf->queue_depth_gld); in plot_queue_depth()
1014 tf->queue_depth_gld->max = max; in plot_queue_depth()
1021 svg_line_graph(plot, tf->queue_depth_gld, tf->line_color, 0, 0); in plot_queue_depth()