Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dacct.h112 #define AGROUP 0x20 /* ... was the last task of the process (task group) */ macro
/linux/tools/accounting/
H A Dprocacct.c10 * The TGID together with the PID and the AGROUP flag allow
208 , t->version >= 12 ? (t->ac_flag & AGROUP ? 'P' : 'T') : '?' in print_procacct()
/linux/kernel/
H A Dtaskstats.c638 stats->ac_flag |= AGROUP; in taskstats_exit()