On 2020-05-25T11:15:03+02:00 SeongJae Park <[email protected]> wrote:
> From: SeongJae Park <[email protected]> > > Only a number of parts in the virtual address space of the processes is > mapped to physical memory and accessed. Thus, tracking the unmapped > address regions is just wasteful. However, tracking every memory > mapping change might incur an overhead. For the reason, DAMON applies > the dynamic memory mapping changes to the tracking regions only for each > of a user-specified time interval (``regions update interval``). > > Signed-off-by: SeongJae Park <[email protected]> Reviewed-by: Leonard Foerster <[email protected]>

