Searched refs:svg_box (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | svghelper.h | 13 void svg_box(int Yslot, u64 start, u64 end, const char *type);
|
H A D | svghelper.c | 210 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()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | svghelper.h | 13 void svg_box(int Yslot, u64 start, u64 end, const char *type);
|
H A D | svghelper.c | 210 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()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-timechart.c | 1151 svg_box(Y, c->start_time, c->end_time, "process3"); in draw_io_bars() 1265 svg_box(Y, c->start_time, c->end_time, "process"); in draw_process_bars()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-timechart.c | 1160 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()
|
Completed in 9 milliseconds