Home
last modified time | relevance | path

Searched refs:write_pid_history (Results 1 – 2 of 2) sorted by relevance

/external/blktrace/iowatcher/
Dmain.c611 ph->write_pid_history = calloc(tf->io_plots, sizeof(struct pid_plot_history *)); in alloc_plot_history()
612 if (!ph->write_pid_history) { in alloc_plot_history()
621 ph->write_pid_history[i] = alloc_pid_plot_history(tf->gdd_writes[i]->color); in alloc_plot_history()
636 if (ph->write_pid_history[pid]) in free_plot_history()
637 free(ph->write_pid_history[pid]); in free_plot_history()
640 free(ph->write_pid_history); in free_plot_history()
678 if (ph->write_pid_history[pid]) { in plot_movie_history()
681 ph->write_pid_history[pid]); in plot_movie_history()
684 ph->write_pid_history[pid]); in plot_movie_history()
1177 history->write_pid_history[pid], in plot_io_movie()
Dplot.h132 struct pid_plot_history **write_pid_history; member