From: Arnaldo Carvalho de Melo Date: Fri, 28 Jan 2011 16:49:19 +0000 (-0200) Subject: perf record: No need to check for overwrites X-Git-Tag: v2.6.39-rc1~510^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc82009aac6ee6e423b48de43a251745c62ab012;p=pandora-kernel.git perf record: No need to check for overwrites As we open the mmap with (PROT_READ | PROT_WRITE), signalling the kernel with perf_mmap__write_tail() when consuming data, so the kernel will not overwrite. Suggested-by: Peter Zijlstra Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed