Searched refs:plot_history (Results 1 – 2 of 2) sorted by relevance
597 static struct plot_history *alloc_plot_history(struct trace_file *tf) in alloc_plot_history()599 struct plot_history *ph = calloc(1, sizeof(struct plot_history)); in alloc_plot_history()629 static void free_plot_history(struct plot_history *ph) in free_plot_history()644 static void add_history(struct plot_history *ph, struct list_head *list) in add_history()646 struct plot_history *entry; in add_history()653 entry = list_entry(list->next, struct plot_history, list); in add_history()661 struct plot_history *ph; in plot_movie_history()693 struct plot_history *entry; in free_all_plot_history()696 entry = list_entry(head->next, struct plot_history, list); in free_all_plot_history()1098 struct plot_history *history; in plot_io_movie()
127 struct plot_history { struct