Searched refs:pid_plot_history (Results 1 – 3 of 3) sorted by relevance
/external/blktrace/iowatcher/ |
D | plot.h | 119 struct pid_plot_history { struct 131 struct pid_plot_history **read_pid_history; argument 132 struct pid_plot_history **write_pid_history; 169 int svg_io_graph_movie(struct graph_dot_data *gdd, struct pid_plot_history *ph, int col); 170 int svg_io_graph_movie_array(struct plot *plot, struct pid_plot_history *ph); 175 int svg_io_graph_movie_array_spindle(struct plot *plot, struct pid_plot_history *ph);
|
D | plot.c | 880 int svg_io_graph_movie_array(struct plot *plot, struct pid_plot_history *pph) in svg_io_graph_movie_array() 903 int svg_io_graph_movie_array_spindle(struct plot *plot, struct pid_plot_history *pph) in svg_io_graph_movie_array_spindle() 967 static int add_plot_history(struct pid_plot_history *pph, double val) in add_plot_history() 982 int svg_io_graph_movie(struct graph_dot_data *gdd, struct pid_plot_history *pph, int col) in svg_io_graph_movie()
|
D | main.c | 577 static struct pid_plot_history *alloc_pid_plot_history(char *color) in alloc_pid_plot_history() 579 struct pid_plot_history *pph; in alloc_pid_plot_history() 581 pph = calloc(1, sizeof(struct pid_plot_history)); in alloc_pid_plot_history() 606 ph->read_pid_history = calloc(tf->io_plots, sizeof(struct pid_plot_history *)); in alloc_plot_history() 611 ph->write_pid_history = calloc(tf->io_plots, sizeof(struct pid_plot_history *)); in alloc_plot_history()
|