Searched refs:tput_writes_gld (Results 1 – 2 of 2) sorted by relevance
287 tf->tput_writes_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()438 add_tput(trace, tf->tput_writes_gld, tf->tput_reads_gld); in read_trace_events()789 val = line_graph_roll_avg_max(tf->tput_writes_gld); in plot_tput()797 if (tf->tput_writes_gld->max > 0) in plot_tput()798 tf->tput_writes_gld->max = max; in plot_tput()815 if (tf->tput_writes_gld->max > 0) { in plot_tput()816 svg_line_graph(plot, tf->tput_writes_gld, tf->writes_color, 0, 0); in plot_tput()
85 struct graph_line_data *tput_writes_gld; member