Lines Matching refs:svg_text
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()
376 svg_text(true, 400000, y, "Deactivating"); in verb_plot()
380 svg_text(true, 400000, y, "Setting up security module"); in verb_plot()
384 svg_text(true, 400000, y, "Generators"); in verb_plot()
387 svg_text(true, 400000, y, "Loading unit files"); in verb_plot()