perf session: Use sensible mmap size
authorThomas Gleixner <tglx@linutronix.de>
Tue, 30 Nov 2010 17:49:46 +0000 (17:49 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 30 Nov 2010 21:59:34 +0000 (19:59 -0200)
commit55b44629f599a2305265ae9c77f9d9bcfd6ddc17
tree2f6f0cacdb78c09b7fc90152bf0e2b89a47ee0d3
parentd6513281c5f728d138ba895d600b9788e51508b1
perf session: Use sensible mmap size

On 64bit we can map the whole file in one go, on 32bit we can at least map
32MB and not map/unmap tiny chunks of the file.

Base the progress bar on 1/16 of the data size.

Preparatory patch to get rid of the malloc/memcpy/free of trace data.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20101130163820.213687773@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.c