Searched refs:graph_find_tooltip (Results 1 – 3 of 3) sorted by relevance
90 extern const char *graph_find_tooltip(struct graph *g, int x, int y);
348 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()
957 const char *graph_find_tooltip(struct graph *g, int ix, int iy) in graph_find_tooltip() function