Home
last modified time | relevance | path

Searched refs:graph_dot_data (Results 1 – 5 of 5) sorted by relevance

/external/blktrace/iowatcher/
Dplot.h87 struct graph_dot_data { struct
139 int svg_io_graph(struct plot *plot, struct graph_dot_data *gdd); argument
143 struct graph_dot_data *alloc_dot_data(unsigned int min_seconds, unsigned int max_seconds, u64 min_o…
144 void set_gdd_bit(struct graph_dot_data *gdd, u64 offset, double bytes, double time);
169 int svg_io_graph_movie(struct graph_dot_data *gdd, struct pid_plot_history *ph, int col);
Dblkparse.h99 struct graph_dot_data **gdd_writes;
100 struct graph_dot_data **gdd_reads;
Dplot.c148 struct graph_dot_data *alloc_dot_data(unsigned int min_seconds, in alloc_dot_data()
158 struct graph_dot_data *gdd; in alloc_dot_data()
160 size = sizeof(struct graph_dot_data); in alloc_dot_data()
189 void set_gdd_bit(struct graph_dot_data *gdd, u64 offset, double bytes, double time) in set_gdd_bit()
982 int svg_io_graph_movie(struct graph_dot_data *gdd, struct pid_plot_history *pph, int col) in svg_io_graph_movie()
1019 int svg_io_graph(struct plot *plot, struct graph_dot_data *gdd) in svg_io_graph()
Dblkparse.c1034 tf->gdd_reads = realloc(tf->gdd_reads, tf->io_plots_allocated * sizeof(struct graph_dot_data *)); in get_pid_map()
1037 …tf->gdd_writes = realloc(tf->gdd_writes, tf->io_plots_allocated * sizeof(struct graph_dot_data *)); in get_pid_map()
1041 0, GDD_PTR_ALLOC_STEP * sizeof(struct graph_dot_data *)); in get_pid_map()
1043 0, GDD_PTR_ALLOC_STEP * sizeof(struct graph_dot_data *)); in get_pid_map()
Dmain.c292 tf->gdd_writes = calloc(alloc_ptrs, sizeof(struct graph_dot_data *)); in setup_trace_file_graphs()
293 tf->gdd_reads = calloc(alloc_ptrs, sizeof(struct graph_dot_data *)); in setup_trace_file_graphs()
719 static void plot_io_legend(struct plot *plot, struct graph_dot_data *gdd, char *prefix, char *rw) in plot_io_legend()