]> git.karo-electronics.de Git - mv-sheeva.git/commit
ftrace/recordmcount: Add helper function get_sym_str_and_relp()
authorSteven Rostedt <srostedt@redhat.com>
Thu, 21 Apr 2011 01:13:06 +0000 (21:13 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 17 May 2011 14:42:02 +0000 (10:42 -0400)
commit0286d2d12d78ea8aaf0722473dd20cb609a99709
tree335c873586de18d7955b612be76f366de953d51f
parentf6d4f08194d77c86fe3af6e2e4b9184347014926
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>
scripts/recordmcount.h