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
32 page owner is disabled by default. So, if you'd like to use it, you need
34 with page owner and page owner is disabled in runtime due to not enabling
36 doesn't require memory to store owner information, so there is no runtime
37 memory overhead. And, page owner inserts just two unlikely branches into
39 like as the kernel without page owner. These two unlikely branches should
44 Although enabling page owner increases kernel size by several kilobytes,
46 the kernel with page owner and turning it on if needed would be great
49 There is one notice that is caused by implementation detail. page owner
53 they would have no owner information. To fix it up, these early allocated
55 Although it doesn't mean that they have the right owner information,
70 2) Enable page owner: add "page_owner=on" to boot cmdline.
74 4) Analyze information from page owner::