Searched refs:svg_legenda_box (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | svghelper.c | 612 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box() function 629 svg_legenda_box(0, "Disk", "disk"); in svg_io_legenda() 630 svg_legenda_box(100, "Network", "net"); in svg_io_legenda() 631 svg_legenda_box(200, "Sync", "sync"); in svg_io_legenda() 632 svg_legenda_box(300, "Poll", "poll"); in svg_io_legenda() 633 svg_legenda_box(400, "Error", "error"); in svg_io_legenda() 643 svg_legenda_box(0, "Running", "sample"); in svg_legenda() 644 svg_legenda_box(100, "Idle","c1"); in svg_legenda() 645 svg_legenda_box(200, "Deeper Idle", "c3"); in svg_legenda() 646 svg_legenda_box(350, "Deepest Idle", "c6"); in svg_legenda() [all …]
|