Searched refs:svg_text (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/analyze/ |
D | analyze-plot.c | 22 #define svg_text(b, x, y, format, ...) \ macro 173 svg_text(b, u->activating, y, "%s (%s)", in plot_unit_times() 176 svg_text(b, u->activating, y, "%s", u->name); in plot_unit_times() 321 svg_text(true, -(double) boot->firmware_time, y, "firmware"); in verb_plot() 326 svg_text(true, -(double) boot->loader_time, y, "loader"); in verb_plot() 331 svg_text(true, 0, y, "kernel"); in verb_plot() 342 svg_text(true, boot->initrd_time, y, "initrd"); in verb_plot() 358 svg_text(true, boot->userspace_time, y, "systemd"); in verb_plot() 370 svg_text(true, 400000, y, "Activating"); in verb_plot() 373 svg_text(true, 400000, y, "Active"); in verb_plot() [all …]
|