From: Arnaldo Carvalho de Melo Date: Tue, 29 Nov 2011 10:05:52 +0000 (-0200) Subject: perf evlist: Always do automatic allocation of pollfd and mmap structures X-Git-Tag: v3.3-rc1~192^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806fb63007447622dd61d9767b4403919737e120;p=pandora-kernel.git perf evlist: Always do automatic allocation of pollfd and mmap structures At first tools were required to do that, but while writing the python bindings to simplify the API I made them auto-allocate when needed. This just makes record, stat and top use that auto allocation, simplifying them a bit. Cc: David Ahern Cc: Frederic Weisbecker Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-iokhcvkzzijr3keioubx8hlq@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed