From: Steven Rostedt Date: Fri, 16 Dec 2011 21:23:44 +0000 (-0500) Subject: ftrace: Allocate the mcount record pages as groups X-Git-Tag: v3.3-rc1~51^2~11^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79008755497daff157f5294c02e3b940641cc11;p=pandora-kernel.git ftrace: Allocate the mcount record pages as groups Allocate the mcount record pages as a group of pages as big as can be allocated and waste no more than a single page. Grouping the mcount pages as much as possible helps with cache locality, as we do not need to redirect with descriptors as we cross from page to page. It also allows us to do more with the records later on (sort them with bigger benefits). Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed