commit | 9fd49328fc2a1cbfea542bcbcf004b5c81dc495b | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Apr 24 22:32:06 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 16 19:58:44 2012 -0400 |
tree | da8f42d3483da2b1b224d422db074cbe954b5cd3 | |
parent | 71babb2705e2203a64c27ede13ae3508a0d2c16c [diff] |
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 <rostedt@goodmis.org>