Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsvghelper.c610 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box() function
627 svg_legenda_box(0, "Disk", "disk"); in svg_io_legenda()
628 svg_legenda_box(100, "Network", "net"); in svg_io_legenda()
629 svg_legenda_box(200, "Sync", "sync"); in svg_io_legenda()
630 svg_legenda_box(300, "Poll", "poll"); in svg_io_legenda()
631 svg_legenda_box(400, "Error", "error"); in svg_io_legenda()
641 svg_legenda_box(0, "Running", "sample"); in svg_legenda()
642 svg_legenda_box(100, "Idle","c1"); in svg_legenda()
643 svg_legenda_box(200, "Deeper Idle", "c3"); in svg_legenda()
644 svg_legenda_box(350, "Deepest Idle", "c6"); in svg_legenda()
[all …]