]> git.itanic.dy.fi Git - scan-pagemap/commit
parser: When scannin by name, scan all pids twice
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 15 Aug 2010 19:37:16 +0000 (22:37 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 15 Aug 2010 19:37:16 +0000 (22:37 +0300)
commitde88807c381a963df6ffe0345e850c4322b311cc
tree80a6448a208a329f7e4c215e6b41959ed4775068
parent5c06f97b8a1dfa306e42a7354cce9adcc568f06d
parser: When scannin by name, scan all pids twice

When scanning by a mapping name, we must first scan through all
processes to find out which processes are using the mappings. Then we
need to scan all pids again to find out if there are somewhere
physical pages that are being shared by the given mapping with a
different name.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
parse.c