commit | 41b402a201a12efdff4acc990e023a89a409cd41 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Apr 20 21:13:06 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon May 16 14:48:55 2011 -0400 |
tree | edc7904cc777dc55d045759da04c2442b06f06f4 | |
parent | 37762cb9977626343b3cd1aab9146313c94748c2 [diff] |
ftrace/recordmcount: Add helper function get_sym_str_and_relp() The code to get the symbol, string, and relp pointers in the two functions sift_rel_mcount() and nop_mcount() are identical and also non-trivial. Moving this duplicate code into a single helper function makes the code easier to read and more maintainable. Cc: John Reiser <jreiser@bitwagon.com> Link: http://lkml.kernel.org/r/20110421023739.723658553@goodmis.org Signed-off-by: Steven Rostedt <rostedt@goodmis.org>