/kernel/linux/linux-5.10/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 merges); 11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 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 | 153 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_ubox() argument 166 Yslot * SLOT_MULT, in svg_ubox() 172 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_lbox() argument 185 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HALF * height, in svg_lbox() 191 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_fbox() argument 204 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HEIGHT * height, in svg_fbox() 210 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() argument 216 time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT, type); in svg_box() 220 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_blocked() argument 230 svg_box(Yslot, star in svg_blocked() 234 svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) svg_running() argument 288 svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) svg_waiting() argument 601 svg_text(int Yslot, u64 start, const char *text) svg_text() argument [all...] |
/kernel/linux/linux-6.6/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 merges); 11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 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 | 153 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_ubox() argument 166 Yslot * SLOT_MULT, in svg_ubox() 172 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_lbox() argument 185 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HALF * height, in svg_lbox() 191 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_fbox() argument 204 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HEIGHT * height, in svg_fbox() 210 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() argument 216 time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT, type); in svg_box() 220 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_blocked() argument 230 svg_box(Yslot, star in svg_blocked() 234 svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) svg_running() argument 288 svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) svg_waiting() argument 601 svg_text(int Yslot, u64 start, const char *text) svg_text() argument [all...] |