commit | 6092858c60f168c1950f8ad73880d54271696ec5 | [log] [tgz] |
---|---|---|
author | Li Hong <lihong.hi@gmail.com> | Wed Oct 28 13:07:03 2009 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Oct 29 15:11:54 2009 -0400 |
tree | 4a77f87c47959f8fbfe2fdb99532575e227b0663 | |
parent | 306dcf47d28aaf9aedfafb17a602768584cfc0f2 [diff] |
tracing: Move conditional into update_funcs() in recordmcount.pl Move all the condition validations into the function update_funcs(). Also update_funcs should not die if $ref_func is undefined for there may be more than one valid section in an object file. Signed-off-by: Li Hong <lihong.hi@gmail.com> LKML-Reference: <20091028050703.GG30758@uhli> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>