Searched refs:merges (Results 1 – 3 of 3) sorted by relevance
/tools/perf/util/ |
D | svghelper.h | 10 …_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 11 …_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 12 …_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
|
D | svghelper.c | 153 …g_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_ubox() argument 162 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); in svg_ubox() 172 …g_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_lbox() argument 181 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); in svg_lbox() 191 …g_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_fbox() argument 200 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); in svg_fbox()
|
/tools/perf/ |
D | builtin-timechart.c | 167 int merges; member 826 sample->merges += prev->merges + 1; in pid_end_io_sample() 1171 sample->merges); in draw_io_bars() 1180 sample->merges); in draw_io_bars() 1189 sample->merges); in draw_io_bars() 1198 sample->merges); in draw_io_bars() 1207 sample->merges); in draw_io_bars() 1216 sample->merges); in draw_io_bars()
|