ftrace: Sort the mcount records on each page
authorSteven Rostedt <srostedt@redhat.com>
Fri, 16 Dec 2011 22:06:45 +0000 (17:06 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 21 Dec 2011 12:19:58 +0000 (07:19 -0500)
Sort records by ip locations of the ftrace mcount calls on each of the
set of pages in the function list. This helps in localizing cache
usuage when updating the function locations, as well as gives us
the ability to quickly find an ip location in the list.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found