Searched refs:proc_accounting (Results 1 – 2 of 2) sorted by relevance
33 int proc_accounting;134 !(strncmp(toybuf+1, "yes", strlen("yes")))) TT.proc_accounting = 1; in parse_config_file()168 if (TT.proc_accounting) { in start_logging()216 if (TT.proc_accounting) acct(NULL); in stop_logging()243 TT.proc_accounting ? "kernel_procs_acct" : ""); in stop_logging()250 if (TT.proc_accounting) unlink("kernel_procs_acct"); in stop_logging()
383 int proc_accounting; member