Expand description
Linux process walker.
Enumerates processes by walking the task_struct linked list starting
from init_task. Each task_struct is connected via tasks (list_head)
to form a circular doubly-linked list of all processes.
Functionsยง
- build_
pstree - Build a process tree from a flat process list.
- walk_
processes - Walk the Linux process list starting from
init_task.