Home
last modified time | relevance | path

Searched refs:svg_box (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsvghelper.h13 void svg_box(int Yslot, u64 start, u64 end, const char *type);
H A Dsvghelper.c210 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() function
230 svg_box(Yslot, start, end, "blocked"); in svg_blocked()
/openbmc/linux/tools/perf/
H A Dbuiltin-timechart.c1160 svg_box(Y, c->start_time, c->end_time, "process3"); in draw_io_bars()
1274 svg_box(Y, c->start_time, c->end_time, "process"); in draw_process_bars()