Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dbootchartd.c34 int proc_accounting;
120 !(strncmp(toybuf+1, "yes", strlen("yes")))) TT.proc_accounting = 1; in parse_config_file()
154 if (TT.proc_accounting) { in start_logging()
202 if (TT.proc_accounting) acct(NULL); in stop_logging()
229 TT.proc_accounting ? "kernel_procs_acct" : ""); in stop_logging()
236 if (TT.proc_accounting) unlink("kernel_procs_acct"); in stop_logging()
/third_party/toybox/generated/
Dglobals.h492 int proc_accounting; member