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

  /external/blktrace/iowatcher/
blkparse.h 86 struct graph_line_data *tput_reads_gld; member in struct:trace_file
main.c 286 tf->tput_reads_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
438 add_tput(trace, tf->tput_writes_gld, tf->tput_reads_gld);
792 val = line_graph_roll_avg_max(tf->tput_reads_gld);
799 if (tf->tput_reads_gld->max > 0)
800 tf->tput_reads_gld->max = max;
820 if (tf->tput_reads_gld->max > 0) {
821 svg_line_graph(plot, tf->tput_reads_gld, tf->reads_color, 0, 0);
    [all...]

Completed in 4502 milliseconds