Lines Matching full:regions
51 address regions is just wasteful. However, because DAMON can deal with some
52 level of noise using the adaptive regions adjustment mechanism, tracking every
58 distinct regions that cover every mapped area of the address space. The two
59 gaps between the three regions are the two biggest unmapped areas in the given
69 (small mmap()-ed regions and munmap()-ed regions)
98 ``update interval``, ``minimum number of regions``, and ``maximum number of
99 regions``.
139 overhead is controllable by setting the number of regions. DAMON allows users
140 to set the minimum and the maximum number of regions for the trade-off.
146 Adaptive Regions Adjustment
149 Even somehow the initial monitoring target regions are well constructed to
156 adjacent regions and merges those if the frequency difference is small. Then,
158 splits each region into two or three regions if the total number of regions
159 will not exceed the user-specified maximum number of regions after the split.