Searched defs:build (Results 1 - 2 of 2) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.c307 _cleanup_free_ char *build = NULL; local
407 if (!build) {
408 if (parse_env_file("/etc/os-release", NEWLINE, "PRETTY_NAME", &build, NULL) == -ENOENT)
409 parse_env_file("/usr/lib/os-release", NEWLINE, "PRETTY_NAME", &build, NULL);
480 r = svg_do(of, strna(build), head, ps_first,
H A Dsvg.c147 static int svg_title(FILE *of, const char *build, int pscount, double log_start, int overrun) { argument
207 fprintf(of, "<text class=\"t2\" x=\"20\" y=\"110\">Build: %s</text>\n", build);
1274 const char *build,
1345 r = svg_title(of, build, pscount, log_start, overrun);
1273 svg_do(FILE *of, const char *build, struct list_sample_data *head, struct ps_struct *ps_first, int n_samples, int pscount, int n_cpus, double graph_start, double log_start, double interval, int overrun) argument

Completed in 12 milliseconds