Lines Matching full:process
7 per-process statistics from the kernel to userspace.
22 "tgid", "process" and "thread group" are used interchangeably and refer to the
23 tasks that share an mm_struct i.e. the traditional Unix process. Despite the
25 leader - a process is deemed alive as long as it has any task belonging to it.
33 statistics for all tasks of the process (if tgid is specified).
49 send commands and process responses, listen for per-tid/tgid exit data,
81 the task/process for which userspace wants statistics.
112 e) TASKSTATS_TYPE_TGID: contains tgid of process to which task belongs
113 f) TASKSTATS_TYPE_STATS: contains the per-tgid stats for exiting task's process
119 Taskstats provides per-process stats, in addition to per-task stats, since
120 resource management is often done at a process granularity and aggregating task
124 However, maintaining per-process, in addition to per-task stats, within the
126 accumulates each exiting task's statistics into a process-wide data structure.
127 When the last task of a process exits, the process level data accumulated also
138 per-task/process stats as patches to collect them get added to the kernel