Yslot             153 tools/perf/util/svghelper.c void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges)
Yslot             166 tools/perf/util/svghelper.c 		Yslot * SLOT_MULT,
Yslot             172 tools/perf/util/svghelper.c void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges)
Yslot             185 tools/perf/util/svghelper.c 		Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HALF * height,
Yslot             191 tools/perf/util/svghelper.c void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges)
Yslot             204 tools/perf/util/svghelper.c 		Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HEIGHT * height,
Yslot             210 tools/perf/util/svghelper.c void svg_box(int Yslot, u64 start, u64 end, const char *type)
Yslot             216 tools/perf/util/svghelper.c 		time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT, type);
Yslot             220 tools/perf/util/svghelper.c void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace)
Yslot             230 tools/perf/util/svghelper.c 	svg_box(Yslot, start, end, "blocked");
Yslot             234 tools/perf/util/svghelper.c void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace)
Yslot             253 tools/perf/util/svghelper.c 		time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT,
Yslot             265 tools/perf/util/svghelper.c 			time2pixels(start), Yslot *  SLOT_MULT + SLOT_HEIGHT - 1, text_size,  cpu + 1);
Yslot             288 tools/perf/util/svghelper.c void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace)
Yslot             311 tools/perf/util/svghelper.c 	fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\">\n", time2pixels(start), Yslot * SLOT_MULT);
Yslot             601 tools/perf/util/svghelper.c void svg_text(int Yslot, u64 start, const char *text)
Yslot             607 tools/perf/util/svghelper.c 		time2pixels(start), Yslot * SLOT_MULT+SLOT_HEIGHT/2, text);
Yslot              10 tools/perf/util/svghelper.h void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
Yslot              11 tools/perf/util/svghelper.h void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
Yslot              12 tools/perf/util/svghelper.h void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
Yslot              13 tools/perf/util/svghelper.h void svg_box(int Yslot, u64 start, u64 end, const char *type);
Yslot              14 tools/perf/util/svghelper.h void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
Yslot              15 tools/perf/util/svghelper.h void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
Yslot              16 tools/perf/util/svghelper.h void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
Yslot              31 tools/perf/util/svghelper.h void svg_text(int Yslot, u64 start, const char *text);