Home
last modified time | relevance | path

Searched refs:hdr_fp (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dbootchartd.c215 FILE *hdr_fp = xfopen("header", "w"); in stop_logging() local
218 if (prog) fprintf(hdr_fp, "profile.process = %s\n", prog); in stop_logging()
224 fprintf(hdr_fp, "version = TBX_BCHARTD_VER 1.0.0\n"); in stop_logging()
225 fprintf(hdr_fp, "title = Boot chart for %s (%s)\n", host_name, toybuf); in stop_logging()
227 fprintf(hdr_fp, "system.uname = %s %s %s %s\n", uts.sysname, uts.release, in stop_logging()
239 fprintf(hdr_fp, "system.kernel.options = %s", toybuf); in stop_logging()
241 fclose(hdr_fp); in stop_logging()