Lines Matching refs:pid
17 "pid", "tid" and "task" are used interchangeably and refer to the standard
18 Linux task defined by struct task_struct. per-pid stats are the same as
30 socket (NETLINK_GENERIC family) and sends commands specifying a pid or a tgid.
31 The response contains statistics for a task (if pid is specified) or the sum of
36 one of the cpus in the cpumask, its per-pid statistics are sent to the
43 The latter contains the sum of per-pid stats for all threads in the thread
61 struct taskstats is the common accounting structure for both per-pid and
78 a pid/tgid consist of one attribute, of type TASKSTATS_CMD_ATTR_PID/TGID,
79 containing a u32 pid or tgid in the attribute payload. The pid/tgid denotes
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
108 b) TASKSTATS_TYPE_PID: contains exiting task's pid
109 c) TASKSTATS_TYPE_STATS: contains the exiting task's per-pid stats