Lines Matching refs:end
9 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
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);
20 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace);
21 void svg_cstate(int cpu, u64 start, u64 end, int type);
22 void svg_pstate(int cpu, u64 start, u64 end, u64 freq);