H A D | svghelper.c | 86 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg() 95 first_time = start; in open_svg() 154 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_ubox() 156 double w = time2pixels(end) - time2pixels(start); in svg_ubox() 165 time2pixels(start), in svg_ubox() 173 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_lbox() 175 double w = time2pixels(end) - time2pixels(start); in svg_lbox() 184 time2pixels(start), in svg_lbox() 192 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_fbox() 194 double w = time2pixels(end) - time2pixels(start); in svg_fbox() 85 open_svg(const char * filename,int cpus,int rows,u64 start,u64 end) open_svg() argument 153 svg_ubox(int Yslot,u64 start,u64 end,double height,const char * type,int fd,int err,int merges) svg_ubox() argument 172 svg_lbox(int Yslot,u64 start,u64 end,double height,const char * type,int fd,int err,int merges) svg_lbox() argument 191 svg_fbox(int Yslot,u64 start,u64 end,double height,const char * type,int fd,int err,int merges) svg_fbox() argument 210 svg_box(int Yslot,u64 start,u64 end,const char * type) svg_box() argument 220 svg_blocked(int Yslot,int cpu,u64 start,u64 end,const char * backtrace) svg_blocked() argument 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 382 svg_process(int cpu,u64 start,u64 end,int pid,const char * name,const char * backtrace) svg_process() argument 416 svg_cstate(int cpu,u64 start,u64 end,int type) svg_cstate() argument 473 svg_pstate(int cpu,u64 start,u64 end,u64 freq) svg_pstate() argument 494 svg_partial_wakeline(u64 start,int row1,char * desc1,int row2,char * desc2,const char * backtrace) svg_partial_wakeline() argument 552 svg_wakeline(u64 start,int row1,int row2,const char * backtrace) svg_wakeline() argument 581 svg_interrupt(u64 start,int row,const char * backtrace) svg_interrupt() argument 601 svg_text(int Yslot,u64 start,const char * text) svg_text() argument [all...] |