1TAPSET::TASK(3stap)                                        TAPSET::TASK(3stap)
2
3
4

NAME

6       tapset::task - systemtap task tapset
7
8

DESCRIPTION

10       task_current
11              The current task_struct of the current task
12
13              See function::task_current(3stap)
14               for details.
15
16       task_parent
17              The task_struct of the parent task
18
19              See function::task_parent(3stap)
20               for details.
21
22       task_state
23              The state of the task
24
25              See function::task_state(3stap)
26               for details.
27
28       task_execname
29              The name of the task
30
31              See function::task_execname(3stap)
32               for details.
33
34       task_pid
35              The process identifier of the task
36
37              See function::task_pid(3stap)
38               for details.
39
40       task_ns_pid
41              The process identifier of the task
42
43              See function::task_ns_pid(3stap)
44               for details.
45
46       pid2task
47              The task_struct of the given process identifier
48
49              See function::pid2task(3stap)
50               for details.
51
52       pid2execname
53              The name of the given process identifier
54
55              See function::pid2execname(3stap)
56               for details.
57
58       task_tid
59              The thread identifier of the task
60
61              See function::task_tid(3stap)
62               for details.
63
64       task_ns_tid
65              The thread identifier of the task as seen in a namespace
66
67              See function::task_ns_tid(3stap)
68               for details.
69
70       task_gid
71              The group identifier of the task
72
73              See function::task_gid(3stap)
74               for details.
75
76       task_ns_gid
77              The group identifier of the task as seen in a namespace
78
79              See function::task_ns_gid(3stap)
80               for details.
81
82       task_egid
83              The effective group identifier of the task
84
85              See function::task_egid(3stap)
86               for details.
87
88       task_ns_egid
89              The effective group identifier of the task
90
91              See function::task_ns_egid(3stap)
92               for details.
93
94       task_uid
95              The user identifier of the task
96
97              See function::task_uid(3stap)
98               for details.
99
100       task_ns_uid
101              The user identifier of the task
102
103              See function::task_ns_uid(3stap)
104               for details.
105
106       task_euid
107              The effective user identifier of the task
108
109              See function::task_euid(3stap)
110               for details.
111
112       task_ns_euid
113              The effective user identifier of the task
114
115              See function::task_ns_euid(3stap)
116               for details.
117
118       task_prio
119              The priority value of the task
120
121              See function::task_prio(3stap)
122               for details.
123
124       task_nice
125              The nice value of the task
126
127              See function::task_nice(3stap)
128               for details.
129
130       task_cpu
131              The scheduled cpu of the task
132
133              See function::task_cpu(3stap)
134               for details.
135
136       task_open_file_handles
137              The number of open files of the task
138
139              See function::task_open_file_handles(3stap)
140               for details.
141
142       task_max_file_handles
143              The max number of open files for the task
144
145              See function::task_max_file_handles(3stap)
146               for details.
147
148

SEE ALSO

150          function::task_current(3stap),      function::task_parent(3stap),
151       function::task_state(3stap),        function::task_execname(3stap),
152       function::task_pid(3stap),           function::task_ns_pid(3stap),
153       function::pid2task(3stap),          function::pid2execname(3stap),
154       function::task_tid(3stap),           function::task_ns_tid(3stap),
155       function::task_gid(3stap),          function::task_ns_gid(3stap),
156       function::task_egid(3stap),          function::task_ns_egid(3stap),
157       function::task_uid(3stap),          function::task_ns_uid(3stap),
158       function::task_euid(3stap),          function::task_ns_euid(3stap),
159       function::task_prio(3stap),           function::task_nice(3stap),
160       function::task_cpu(3stap),    function::task_open_file_handles(3stap),
161       function::task_max_file_handles(3stap),  stap(1), stapprobes(3stap)
162
163
164
165SystemTap Tapset Reference       November 2021             TAPSET::TASK(3stap)
Impressum