svg_legenda_box   627 tools/perf/util/svghelper.c 	svg_legenda_box(0,	"Disk", "disk");
svg_legenda_box   628 tools/perf/util/svghelper.c 	svg_legenda_box(100,	"Network", "net");
svg_legenda_box   629 tools/perf/util/svghelper.c 	svg_legenda_box(200,	"Sync", "sync");
svg_legenda_box   630 tools/perf/util/svghelper.c 	svg_legenda_box(300,	"Poll", "poll");
svg_legenda_box   631 tools/perf/util/svghelper.c 	svg_legenda_box(400,	"Error", "error");
svg_legenda_box   641 tools/perf/util/svghelper.c 	svg_legenda_box(0,	"Running", "sample");
svg_legenda_box   642 tools/perf/util/svghelper.c 	svg_legenda_box(100,	"Idle","c1");
svg_legenda_box   643 tools/perf/util/svghelper.c 	svg_legenda_box(200,	"Deeper Idle", "c3");
svg_legenda_box   644 tools/perf/util/svghelper.c 	svg_legenda_box(350,	"Deepest Idle", "c6");
svg_legenda_box   645 tools/perf/util/svghelper.c 	svg_legenda_box(550,	"Sleeping", "process2");
svg_legenda_box   646 tools/perf/util/svghelper.c 	svg_legenda_box(650,	"Waiting for cpu", "waiting");
svg_legenda_box   647 tools/perf/util/svghelper.c 	svg_legenda_box(800,	"Blocked on IO", "blocked");