Skip to main content

Module process

Module process 

Source
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.