]> git.itanic.dy.fi Git - scan-pagemap/commit
parser: Do not scan processes twice
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 15 Aug 2010 16:43:08 +0000 (19:43 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 15 Aug 2010 16:43:08 +0000 (19:43 +0300)
commit9d764e26faa7f60efb88c4d2f365f146453769eb
treeb5401e37e6af76b35f0e6048695103bd98970fe3
parent2f693b11674a3d4f3a84beb56e6073a101f56233
parser: Do not scan processes twice

Before we would scan some processes twice: First when we find out the
pages of the interesting processes, then again when we scan the rest
of the processes. This patch changes the handling so that the second
time we ignore all interesting pids that we already scanned.

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