Searched refs:gdd_writes (Results 1 – 3 of 3) sorted by relevance
/external/blktrace/iowatcher/ |
D | main.c | 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() [all …]
|
D | blkparse.c | 1037 …tf->gdd_writes = realloc(tf->gdd_writes, tf->io_plots_allocated * sizeof(struct graph_dot_data *)); in get_pid_map() 1038 if (!tf->gdd_writes) in get_pid_map() 1042 memset(tf->gdd_writes + tf->io_plots_allocated - GDD_PTR_ALLOC_STEP, in get_pid_map() 1082 if (!tf->gdd_writes[index]) in add_io() 1083 …tf->gdd_writes[index] = alloc_dot_data(tf->min_seconds, tf->max_seconds, tf->min_offset, tf->max_o… in add_io() 1084 set_gdd_bit(tf->gdd_writes[index], offset, io->bytes, io->time); in add_io()
|
D | blkparse.h | 99 struct graph_dot_data **gdd_writes; member
|