Searched defs:Yslot (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/util/ | 
| D | svghelper.c | 153 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …  in svg_ubox()172 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …  in svg_lbox()
 191 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …  in svg_fbox()
 210 void svg_box(int Yslot, u64 start, u64 end, const char *type)  in svg_box()
 220 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace)  in svg_blocked()
 234 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace)  in svg_running()
 288 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace)  in svg_waiting()
 601 void svg_text(int Yslot, u64 start, const char *text)  in svg_text()
 
 |