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

/systemd/src/bootchart/
H A Dbootchart.c258 _cleanup_free_ char *bootchart_message = NULL; local
273 bootchart_message = strjoin("MESSAGE=Bootchart created: ", file, NULL);
274 if (!bootchart_message)
277 IOVEC_SET_STRING(iovec[j++], bootchart_message);

Completed in 48 milliseconds