]> git.itanic.dy.fi Git - scan-pagemap/commit
Fix bug when showing process shared mappings
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Thu, 3 Nov 2011 12:54:41 +0000 (14:54 +0200)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Thu, 3 Nov 2011 12:54:41 +0000 (14:54 +0200)
commit52cf500b2f5cbe16f991990d50ec990ab9540b97
tree7fa53329ef4f5a79bb02b15b49301aba83802529
parent72450144a043c057c6cfbf95a5fbb99d7ff80743
Fix bug when showing process shared mappings

The way page table tree is walked through nowadays requires that the
process map data is incremented every time the page table tree is
processed. Otherwise the last time the tree is processed, the counters
are overwritten with the last values, which is most likely zeros.

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