Searched refs:graph_x_title (Results 1 – 4 of 4) sorted by relevance
29 void graph_x_title(struct graph *g, const char *title);
911 graph_x_title(g, "Buckets");1103 graph_x_title(g, "Percentile");
85 graph_x_title(g, "Time (secs)"); in setup_iops_graph()104 graph_x_title(g, "Time (secs)"); in setup_bandwidth_graph()
626 void graph_x_title(struct graph *bg, const char *title) in graph_x_title() function