Home
last modified time | relevance | path

Searched refs:graph_find_tooltip (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dgraph.h90 extern const char *graph_find_tooltip(struct graph *g, int x, int y);
Dgfio.c348 text = graph_find_tooltip(g->iops_graph, x, y); in graph_tooltip()
350 text = graph_find_tooltip(g->bandwidth_graph, x, y); in graph_tooltip()
Dgraph.c957 const char *graph_find_tooltip(struct graph *g, int ix, int iy) in graph_find_tooltip() function