HomeSort by relevance Sort by last modified time
    Searched refs:queue_depth_gld (Results 1 - 2 of 2) sorted by null

  /external/blktrace/iowatcher/
blkparse.h 89 struct graph_line_data *queue_depth_gld; member in struct:trace_file
main.c 289 tf->queue_depth_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
441 add_pending_io(trace, tf->queue_depth_gld);
1008 val = line_graph_roll_avg_max(tf->queue_depth_gld);
1014 tf->queue_depth_gld->max = max;
1021 svg_line_graph(plot, tf->queue_depth_gld, tf->line_color, 0, 0);
    [all...]

Completed in 3577 milliseconds