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;
112 TT.proc_accounting = 1; in parse_config_file()
146 if (TT.proc_accounting) { in start_logging()
178 if (TT.proc_accounting) acct(NULL); in stop_logging()
205 TT.proc_accounting ? "kernel_procs_acct" : ""); in stop_logging()
212 if (TT.proc_accounting) unlink("kernel_procs_acct"); in stop_logging()
/third_party/toybox/generated/
Dglobals.h512 int proc_accounting; member