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

  /external/blktrace/iowatcher/
blkparse.h 85 struct graph_line_data *tput_writes_gld; member in struct:trace_file
main.c 287 tf->tput_writes_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);
789 val = line_graph_roll_avg_max(tf->tput_writes_gld);
797 if (tf->tput_writes_gld->max > 0)
798 tf->tput_writes_gld->max = max;
815 if (tf->tput_writes_gld->max > 0) {
816 svg_line_graph(plot, tf->tput_writes_gld, tf->writes_color, 0, 0);
    [all...]

Completed in 2929 milliseconds