]> git.itanic.dy.fi Git - scan-pagemap/commit
parser: Populate the pageframe tree by scanning interesting pids first
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Wed, 14 Jul 2010 13:17:25 +0000 (16:17 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Wed, 14 Jul 2010 13:17:25 +0000 (16:17 +0300)
commit839206b94f4c5da3e1dab03e4c427114bedd424a
tree663910b460269701642ad34b1cf85fcc80da7aaf
parent7b68b85b6cb7033e79a9931155c17aeedb1dbd76
parser: Populate the pageframe tree by scanning interesting pids first

The "interesting" pids needs to be scanned always first, since later
on the pages from "noninteresting" pids are compared to the ones
already in the tree. We are optimizing by not storing anything out of
interest in the tree.

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