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

/systemd/src/bootchart/
H A Dbootchart.c259 _cleanup_free_ char *bootchart_file = NULL; local
266 bootchart_file = strappend("BOOTCHART_FILE=", file);
267 if (!bootchart_file)
270 IOVEC_SET_STRING(iovec[j++], bootchart_file);

Completed in 11 milliseconds