Searched refs:graph_new (Results 1 – 4 of 4) sorted by relevance
/external/fio/ |
D | graph.h | 11 struct graph *graph_new(unsigned int xdim, unsigned int ydim, const char *font);
|
D | gclient.c | 909 g = graph_new(xdim, ydim, gfio_graph_font); 1101 g = graph_new(xdim, ydim, gfio_graph_font);
|
D | gfio.c | 83 g = graph_new(DRAWING_AREA_XDIM / 2.0, DRAWING_AREA_YDIM, gfio_graph_font); in setup_iops_graph() 102 g = graph_new(DRAWING_AREA_XDIM / 2.0, DRAWING_AREA_YDIM, gfio_graph_font); in setup_bandwidth_graph()
|
D | graph.c | 117 struct graph *graph_new(unsigned int xdim, unsigned int ydim, const char *font) in graph_new() function
|