Searched refs:svg_text (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | svghelper.h | 31 void svg_text(int Yslot, u64 start, const char *text);
|
H A D | svghelper.c | 601 void svg_text(int Yslot, u64 start, const char *text) in svg_text() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | svghelper.h | 31 void svg_text(int Yslot, u64 start, const char *text);
|
H A D | svghelper.c | 601 void svg_text(int Yslot, u64 start, const char *text) in svg_text() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-timechart.c | 1236 svg_text(Y, c->start_time, comm); in draw_io_bars() 1293 svg_text(Y, c->start_time, comm); in draw_process_bars()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-timechart.c | 1245 svg_text(Y, c->start_time, comm); in draw_io_bars() 1302 svg_text(Y, c->start_time, comm); in draw_process_bars()
|
Completed in 9 milliseconds