Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dsvghelper.h7 extern void svg_box(int Yslot, u64 start, u64 end, const char *type);
Dsvghelper.c122 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() function
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-timechart.c794 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()