ktask ¤
Displays information about kernel tasks. This command iterates through the kernel's task list and prints details about each task, including its address, PID, user space status, CPU, UID, GID, and name.
Classes:
-
pt_regs_x86_64– -
pt_regs_aarch64– -
Kthread– -
Ktask–
Functions:
-
get_ktasks– -
ktask–
Attributes:
-
parser–
parser module-attribute ¤
pt_regs_x86_64 ¤
Bases: Structure
pt_regs_aarch64 ¤
Bases: Structure
Kthread ¤
Kthread(thread: int | Value)