commit | 306dcf47d28aaf9aedfafb17a602768584cfc0f2 | [log] [tgz] |
---|---|---|
author | Li Hong <lihong.hi@gmail.com> | Wed Oct 28 13:06:19 2009 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Oct 29 15:11:52 2009 -0400 |
tree | cfa3be3256de61fd93136cfdbb9a1e6b3f43dbfe | |
parent | db24c7dcf42f78629d89b34e5d5a98ed56ea2ff5 [diff] |
tracing: Add regex for weak functions in recordmcount.pl Add a variable to contain the regex needed to find weak functions in the 'nm' output. This will allow other archs to easily override it. Also rename the regex variable $nm_regex to $local_regex to be more descriptive. Signed-off-by: Li Hong <lihong.hi@gmail.com> LKML-Reference: <20091028050619.GF30758@uhli> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>