Use /proc/<PID>/task/<PID>/maps
as a fast-path for /proc/<PID>/maps
#9
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Apparently the former doesn't include task stacks and therefore doesn't have to scan every thread in the process ID's thread group. Users generally don't want task stacks often, so this is a reasonable maps file to consider instead.
In particular,
from_pid
can probably learn a second argument, something likeThreadStackPolicy::{Include,Exclude}
.The text was updated successfully, but these errors were encountered: