Lines Matching refs:stats
18 Linux task defined by struct task_struct. per-pid stats are the same as
19 per-task stats.
42 an additional record containing the per-tgid stats is also sent to userspace.
43 The latter contains the sum of per-pid stats for all threads in the thread
96 a pid/tgid will be followed by some stats.
98 b) TASKSTATS_TYPE_PID/TGID: attribute whose payload is the pid/tgid whose stats
102 same structure is used for both per-pid and per-tgid stats.
107 a) TASKSTATS_TYPE_AGGR_PID: indicates next two attributes will be pid+stats
109 c) TASKSTATS_TYPE_STATS: contains the exiting task's per-pid stats
110 d) TASKSTATS_TYPE_AGGR_TGID: indicates next two attributes will be tgid+stats
112 f) TASKSTATS_TYPE_STATS: contains the per-tgid stats for exiting task's process
115 per-tgid stats
118 Taskstats provides per-process stats, in addition to per-task stats, since
120 stats in userspace alone is inefficient and potentially inaccurate (due to lack
123 However, maintaining per-process, in addition to per-task stats, within the
137 per-task/process stats as patches to collect them get added to the kernel