Lines Matching full:regions
47 address regions is just wasteful. However, because DAMON can deal with some
48 level of noise using the adaptive regions adjustment mechanism, tracking every
54 distinct regions that cover every mapped area of the address space. The two
55 gaps between the three regions are the two biggest unmapped areas in the given
65 (small mmap()-ed regions and munmap()-ed regions)
90 ``regions update interval``, ``minimum number of regions``, and ``maximum
91 number of regions``.
131 overhead is controllable by setting the number of regions. DAMON allows users
132 to set the minimum and the maximum number of regions for the trade-off.
138 Adaptive Regions Adjustment
141 Even somehow the initial monitoring target regions are well constructed to
148 adjacent regions and merges those if the frequency difference is small. Then,
150 splits each region into two or three regions if the total number of regions
151 will not exceed the user-specified maximum number of regions after the split.
166 each of a user-specified time interval (``regions update interval``).