Home
last modified time | relevance | path

Searched refs:Yslot (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dsvghelper.h8 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …
9 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …
10 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …
11 void svg_box(int Yslot, u64 start, u64 end, const char *type);
12 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
13 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
14 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
29 void svg_text(int Yslot, u64 start, const char *text);
Dsvghelper.c155 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_ubox() argument
168 Yslot * SLOT_MULT, in svg_ubox()
174 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_lbox() argument
187 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HALF * height, in svg_lbox()
193 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_fbox() argument
206 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HEIGHT * height, in svg_fbox()
212 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() argument
218 time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT, type); in svg_box()
222 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_blocked() argument
232 svg_box(Yslot, start, end, "blocked"); in svg_blocked()
[all …]