Searched refs:read_pid_history (Results 1 – 2 of 2) sorted by relevance
606 ph->read_pid_history = calloc(tf->io_plots, sizeof(struct pid_plot_history *)); in alloc_plot_history()607 if (!ph->read_pid_history) { in alloc_plot_history()619 ph->read_pid_history[i] = alloc_pid_plot_history(tf->gdd_reads[i]->color); in alloc_plot_history()634 if (ph->read_pid_history[pid]) in free_plot_history()635 free(ph->read_pid_history[pid]); in free_plot_history()639 free(ph->read_pid_history); in free_plot_history()669 if (ph->read_pid_history[pid]) { in plot_movie_history()672 ph->read_pid_history[pid]); in plot_movie_history()675 ph->read_pid_history[pid]); in plot_movie_history()1172 history->read_pid_history[pid], in plot_io_movie()
131 struct pid_plot_history **read_pid_history; member