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.