Lines Matching defs:plot
659 static void plot_movie_history(struct plot *plot, struct list_head *list) in plot_movie_history()
719 static void plot_io_legend(struct plot *plot, struct graph_dot_data *gdd, char *prefix, char *rw) in plot_io_legend()
735 static void plot_io(struct plot *plot, unsigned int min_seconds, in plot_io()
774 static void plot_tput(struct plot *plot, unsigned int min_seconds, in plot_tput()
837 static void plot_fio_tput(struct plot *plot, in plot_fio_tput()
890 static void plot_cpu(struct plot *plot, unsigned int max_seconds, char *label, in plot_cpu()
993 static void plot_queue_depth(struct plot *plot, unsigned int min_seconds, in plot_queue_depth()
1094 static void plot_io_movie(struct plot *plot) in plot_io_movie()
1202 static void plot_latency(struct plot *plot, unsigned int min_seconds, in plot_latency()
1250 static void plot_iops(struct plot *plot, unsigned int min_seconds, in plot_iops()
1297 static void check_plot_columns(struct plot *plot, int index) in check_plot_columns()
1593 struct plot *plot; in main() local