Searched refs:svg_box (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | svghelper.h | 10 extern void svg_box(int Yslot, u64 start, u64 end, const char *type);
|
D | svghelper.c | 211 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() function 231 svg_box(Yslot, start, end, "blocked"); in svg_blocked()
|
/linux-4.1.27/tools/perf/ |
D | builtin-timechart.c | 1152 svg_box(Y, c->start_time, c->end_time, "process3"); in draw_io_bars() 1266 svg_box(Y, c->start_time, c->end_time, "process"); in draw_process_bars()
|