Searched refs:Yslot (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | svghelper.h | 10 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … 11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … 12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … 13 void svg_box(int Yslot, u64 start, u64 end, const char *type); 14 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 15 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 16 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 31 void svg_text(int Yslot, u64 start, const char *text);
|
| H A D | svghelper.c | 167 Yslot * SLOT_MULT, in svg_ubox() 186 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HALF * height, in svg_lbox() 205 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HEIGHT * height, in svg_fbox() 211 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() argument 221 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_blocked() argument 231 svg_box(Yslot, start, end, "blocked"); in svg_blocked() 235 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_running() argument 266 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1); in svg_running() 289 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_waiting() argument 602 void svg_text(int Yslot, u64 start, const char *text) in svg_text() argument [all …]
|