Searched refs:svg_legenda_box (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | svghelper.c | 442 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box() function 458 svg_legenda_box(0, "Running", "sample"); in svg_legenda() 459 svg_legenda_box(100, "Idle","c1"); in svg_legenda() 460 svg_legenda_box(200, "Deeper Idle", "c3"); in svg_legenda() 461 svg_legenda_box(350, "Deepest Idle", "c6"); in svg_legenda() 462 svg_legenda_box(550, "Sleeping", "process2"); in svg_legenda() 463 svg_legenda_box(650, "Waiting for cpu", "waiting"); in svg_legenda() 464 svg_legenda_box(800, "Blocked on IO", "blocked"); in svg_legenda()
|