Lines Matching defs:end
86 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg()
154 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … 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()
192 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_fbox()
211 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box()
221 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_blocked()
235 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_running()
289 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_waiting()
383 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace) in svg_process()
417 void svg_cstate(int cpu, u64 start, u64 end, int type) in svg_cstate()
474 void svg_pstate(int cpu, u64 start, u64 end, u64 freq) in svg_pstate()