Searched refs:build (Results 1 - 4 of 4) sorted by relevance
/systemd/src/bootchart/ |
H A D | svg.h | 26 const char *build,
|
H A D | bootchart.c | 307 _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 D | svg.c | 147 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
|
/systemd/ |
H A D | autogen.sh | 70 scan-build $topdir/configure CFLAGS='-std=gnu99 -g -O0 -ftrapv' --enable-kdbus $args 71 scan-build make 75 echo "Initialized build system. For a common configuration please run:"
|
Completed in 23 milliseconds