Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dsvghelper.h7 extern void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int er…
8 extern void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int er…
9 extern void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int er…
10 extern void svg_box(int Yslot, u64 start, u64 end, const char *type);
11 extern void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
12 extern void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
13 extern void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
28 extern void svg_text(int Yslot, u64 start, const char *text);
Dsvghelper.c154 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_ubox() argument
167 Yslot * SLOT_MULT, in svg_ubox()
173 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_lbox() argument
186 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HALF * height, in svg_lbox()
192 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_fbox() argument
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
217 time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT, type); in svg_box()
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()
[all …]