Skip to main content

Module cmdline

Module cmdline 

Source
Expand description

Linux process command line walker.

Reads process command lines from mm_struct.arg_start..arg_end for each process. The argument region contains null-separated argv strings. Kernel threads (NULL mm) are silently skipped.

Functionsยง

walk_cmdlines
Walk command lines for all processes in the task list.
walk_process_cmdline
Read command line for a single process.