Lines Matching full:owner
2 page owner: Tracking about who allocated each page
8 page owner is for the tracking about who allocated each page.
22 page owner can also be used for various purposes. For example, accurate
24 each page. It is already implemented and activated if page owner is
27 page owner is disabled by default. So, if you'd like to use it, you need
29 with page owner and page owner is disabled in runtime due to not enabling
31 doesn't require memory to store owner information, so there is no runtime
32 memory overhead. And, page owner inserts just two unlikely branches into
34 like as the kernel without page owner. These two unlikely branches should
39 Although enabling page owner increases kernel size by several kilobytes,
41 the kernel with page owner and turning it on if needed would be great
44 There is one notice that is caused by implementation detail. page owner
48 they would have no owner information. To fix it up, these early allocated
50 Although it doesn't mean that they have the right owner information,
65 2) Enable page owner: add "page_owner=on" to boot cmdline.
69 4) Analyze information from page owner::