Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dbootchartd.c176 FILE *hdr_fp = xfopen("header", "w"); in stop_logging() local
179 if (prog) fprintf(hdr_fp, "profile.process = %s\n", prog); in stop_logging()
185 fprintf(hdr_fp, "version = TBX_BCHARTD_VER 1.0.0\n"); in stop_logging()
186 fprintf(hdr_fp, "title = Boot chart for %s (%s)\n", host_name, toybuf); in stop_logging()
188 fprintf(hdr_fp, "system.uname = %s %s %s %s\n", uts.sysname, uts.release, in stop_logging()
200 fprintf(hdr_fp, "system.kernel.options = %s", toybuf); in stop_logging()
202 fclose(hdr_fp); in stop_logging()