Lines Matching refs:svg_legenda_box
610 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()
645 svg_legenda_box(550, "Sleeping", "process2"); in svg_legenda()
646 svg_legenda_box(650, "Waiting for cpu", "waiting"); in svg_legenda()
647 svg_legenda_box(800, "Blocked on IO", "blocked"); in svg_legenda()