Home
last modified time | relevance | path

Searched refs:graph_x_title (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dgraph.h29 void graph_x_title(struct graph *g, const char *title);
Dgclient.c911 graph_x_title(g, "Buckets");
1103 graph_x_title(g, "Percentile");
Dgfio.c85 graph_x_title(g, "Time (secs)"); in setup_iops_graph()
104 graph_x_title(g, "Time (secs)"); in setup_bandwidth_graph()
Dgraph.c626 void graph_x_title(struct graph *bg, const char *title) in graph_x_title() function