commit | db24c7dcf42f78629d89b34e5d5a98ed56ea2ff5 | [log] [tgz] |
---|---|---|
author | Li Hong <lihong.hi@gmail.com> | Wed Oct 28 13:05:23 2009 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Oct 29 15:11:48 2009 -0400 |
tree | 61767255769adbe8b367c77e632a2baccc58fb80 | |
parent | 7b7edc27683e20624f4daf17c76041719184201c [diff] |
tracing: Move mcount section search to front of loop in recordmcount.pl Move the mcount section check to the beginning of the objdump read loop. This makes the code easier to follow since the search for the mcount section is performed first before the mcount callers are processed. Signed-off-by: Li Hong <lihong.hi@gmail.com> LKML-Reference: <20091028050523.GE30758@uhli> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>