Lines Matching refs:gdd_writes
292 tf->gdd_writes = calloc(alloc_ptrs, sizeof(struct graph_dot_data *)); in setup_trace_file_graphs()
381 if (tf->gdd_writes[i]) { in pick_line_graph_color()
382 tf->line_color = tf->gdd_writes[i]->color; in pick_line_graph_color()
383 tf->writes_color = tf->gdd_writes[i]->color; in pick_line_graph_color()
620 if (tf->gdd_writes[i]) in alloc_plot_history()
621 ph->write_pid_history[i] = alloc_pid_plot_history(tf->gdd_writes[i]->color); in alloc_plot_history()
712 if (tf->gdd_writes[i]) in count_io_plot_types()
758 if (tf->gdd_writes[i]) { in plot_io()
759 svg_io_graph(plot, tf->gdd_writes[i]); in plot_io()
760 plot_io_legend(plot, tf->gdd_writes[i], prefix, " Writes"); in plot_io()
1163 if (tf->gdd_writes[pid]) in plot_io_movie()
1164 plot_io_legend(plot, tf->gdd_writes[pid], prefix, " Writes"); in plot_io_movie()
1175 if (tf->gdd_writes[pid]) { in plot_io_movie()
1176 svg_io_graph_movie(tf->gdd_writes[pid], in plot_io_movie()