lkml.org 
[lkml]   [2013]   [Nov]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 4/5] perf record: mmap output file - v5

* David Ahern <dsahern@gmail.com> wrote:

> This is mmap'ed output, not the ring buffers or its stack. As the
> output file grows, new pages are needed and those are allocated on
> access via page faults. The ftruncate only extends the file size, it
> does not allocate pages at that time.

Hm, doesn't MAP_POPULATE prefault pages in this case as well?
Prefaulting would avoid the most obvious page fault driven feedback
loops and it would probably be faster as well, because it avoids all
the pagefaults ...

Thanks,

Ingo


\
 
 \ /
  Last update: 2013-11-19 08:01    [W:0.403 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site