Searched refs:svg_box (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | svghelper.h | 7 extern void svg_box(int Yslot, u64 start, u64 end, const char *type);
|
D | svghelper.c | 122 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() function
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-timechart.c | 794 svg_box(Y, c->start_time, c->end_time, "process"); in draw_process_bars() 800 svg_box(Y, sample->start_time, sample->end_time, "blocked"); in draw_process_bars()
|