From: Steven Rostedt Date: Wed, 25 Apr 2012 02:32:06 +0000 (-0400) Subject: ftrace: Sort all function addresses, not just per page X-Git-Tag: v3.5-rc1~141^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd49328fc2a1cbfea542bcbcf004b5c81dc495b;p=pandora-kernel.git ftrace: Sort all function addresses, not just per page Instead of just sorting the ip's of the functions per ftrace page, sort the entire list before adding them to the ftrace pages. This will allow the bsearch algorithm to be sped up as it can also sort by pages, not just records within a page. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed